Create a UI in a .NET MAUI app by using XAML

Beginner
Developer
Student
Visual Studio
.NET
.NET MAUI

Learn how to design a UI for a .NET MAUI app using XAML

Learning objectives

By the end of this module, you'll be able to describe:

  • The benefits of using XAML over defining the UI for a .NET MAUI app in C#.
  • The types available for defining a .NET MAUI app using XAML, and the properties these types expose.
  • How to handle UI events and wire them up in XAML.
  • How to create and use XAML markup extensions.
  • How to set platform-specific values in XAML markup.

Prerequisites