.NET MAUI

.NET Multi-platform Application User Interface

  • .NET MAUI is a multi-platform framework for creating native desktop and mobile apps with C# and XAML.

  • Using .NET MAUI, you create multi-platform apps using a single project, but you can add platform-specific source code and resources if necessary.

.NET MAUI Technology Stack

.NET MAUI always generates native code for the target device, so you get optimal performance.

.NET MAUI uses "handlers" specific to each platform and UI element to carry out an operation.

.NET MAUI Application Startup

Last updated