Describe the different XAML files generated when a new project in Silverlight Visual Studio is created

devquora
devquora

Posted On: Feb 22, 2018

 

The different XAML files generated when a new project in Silverlight Visual Studio is created include:

  • App.xaml: A file that is utilized in order to declare shared resources such as brushes, different style objects, etc. and to handle various global application events at different levels. The following events are created when using the App.xaml.cs file:

Application_Startup

Application_Exit

Application_UnhandledException

ReportErrorToDOM

  • MainPage.xaml / Page.xaml: This file is used as a default page by the Silverlight application especially when a Silverlight application is running.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Silverlight Interview Questions

    What is the use of Silverlight?

    Silverlight is an open – source development tool manufactured by Microsoft..

    Silverlight Interview Questions

    Can Silverlight be used along with different browsers and operating systems?

    Yes, Silverlight can be used with different browsers, operating systems and electronic devices...

    Silverlight Interview Questions

    List the different components used in Silverlight

    The four different components used in Silverlight include the following:..