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

devquora
devquora

Posted On: Jul 10, 2024

 

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 by Microsoft used for creating and deploying interactive user experiences, media, and internet applications for web and mobile. This powerful tool enhanc..

    Silverlight Interview Questions

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

    Silverlight is an open-source development tool by Microsoft used for creating and deploying interactive user experiences, media, and internet applications for web and mobile. It works seamlessly acros..

    Silverlight Interview Questions

    List the different components used in Silverlight

    Silverlight is an open-source development tool by Microsoft used for creating and deploying interactive user experiences, media, and internet applications for web and mobile. It works across browsers,..