What is App.xaml?

 Posted by Ddd on 1/31/2011 | Category: Silverlight Interview questions | Views: 5885 | Points: 40
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 

Comments or Responses

Login to post response