Multiple choice

Which of the following is/are correct about App.xaml file?

  1. This file is the loader of Silverlight Application.

  2. In this file, we can declare your shared/global resources, styles and templates.

  3. The Application_Exit event can occur in App.xaml.cs file.

  4. All of the above

  5. Both (1) and (2)

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

All of the above are the correct statements.