Answers

Question and Answer:

  Home  WPF

⟩ From where the execution start in WPF application?

WPF applications created in Visual Studio run without a Main method. This is because the applications are special-cased when they are compiled from XAML. That means, Visual Studio attaches a Build Action of ApplicationDefinition to the XAML file. This results in the auto generation of a Main method.

 184 views

More Questions for you: