.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.