2
Reply

Explain App.xaml in WPF?

Pradeep Yadav

Pradeep Yadav

8y
4.1k
1
Reply
    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