Chapter 1, Assembling Your Tools and Creating Your First App
- You can create a new project from the launch dialog by choosing Create a new project. If you’ve been brought directly into Visual Studio, by clicking on File | New Project.
- Use View | Solution Explorer.
- The
.xaml
extension indicates that the file contains XAML markup. - The code-behind file.
MauiProgram.cs
.