Tag Archives: Auto-Generation

How is a WPF XAML file tied into the application’s executable environment?

By hidden source code file… A hidden source code file is auto-generated for each WPF XAML file. The names used for this file and for the class it contains are based off the XAML file’s filename. In a C# application, … Continue reading

Posted in Programming | Tagged , , , , | Leave a comment

WPF, Where Is Your “static Main()” Method?

The typical WPF application—as viewed in Solution Explorer—consists primarily of XAML files (.xaml) paired with code-behind files (.xaml.cs) and ordinary source code files (.cs). None of these files contains a static Main() method—the starting point of execution in a C# … Continue reading

Posted in Programming | Tagged , , , | Leave a comment