Answer:
it is a file used in WPF/SilverLight applications.
Its settings affect the different .xaml pages.
It is used for these reasons
1) Provides a startup URI in WPF or specify the startup page in SilverLight applications
2)Define event handlers like Application_Error, Application_Startup wherever needed.
3)Define global styles inside the resources tag
4)Define properties that can then be used for data passing between .xaml pages.
Asked In: Many Interviews |
Alert Moderator