Assessments

This section contains answers to questions from all chapters.

Chapter 1, Assembling Your Tools and Creating Your 
First App

  1. 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.
  2. Use View | Solution Explorer.
  3. The .xaml extension indicates that the file contains XAML markup.
  4. The code-behind file.
  5. MauiProgram.cs.

Chapter 3, XAML and Fluent C#

  1. XAML is a markup language based on XML.
  2. XAML is used in .NET MAUI for declaring layouts and controls.
  3. Rather than writing in XAML, you can create your layouts and controls in C#.
  4. We nest a layout or a control inside a layout by using the Children property.
  5. 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.