Answer:
* Application is a class that represents a WPF application running as a standalone client application in Windows.
* Each running application contains at most a single instance of Application.
* The Application object is defined in the App.xaml file and is responsible for:
- Managing application lifetime (e.g. responding to startup/shutdown events)
- Window, property and resource management
- Command-line processing
- Navigation
Source: Interview | Asked In: Many Interviews |
Alert Moderator