.NET MAUI: The Project Reunion

.NET Multi-platform App UI (MAUI) is the evolution of Xamarin.Forms. It unifies Android, iOS, macOS, and Windows UI into a single project structure.

Single Project

No more separate “Head” projects for each platform. Shared resources (images, fonts) are managed in one place. You build one project and select the target.

Blazor Integration

You can host Blazor components inside MAUI (Blazor Hybrid). Ideally, reusing your web UI code in your native mobile app.


Discover more from C4: Container, Code, Cloud & Context

Subscribe to get the latest posts sent to your email.

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.