2
Reply

Explain App.xaml in WPF?

    App.xaml is the declarative starting point of your application. App.xaml.cs extends the Application class, which is a central class in a WPF Windows application
    It is startup file which triggers first XAMl page of a WPF Project