Assessments
This section contains answers to questions from all chapters.
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.
Chapter 3, XAML and Fluent C#
- XAML is a markup language based on XML.
- XAML is used in .NET MAUI for declaring layouts and controls.
- Rather than writing in XAML, you can create your layouts and controls in C#.
- We nest a layout or a control inside a layout by using the Children property.
- An event handler is ...
Get .NET MAUI for C# Developers now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.