Posted in General

.Net Multi-platform App UI (MAUI)

Microsoft announce a new UI framework to develop application for mobile (Android,iOS and Samsung’s Tizen) and desktop (Windows and Mac OS) in a single codebase project.

.NET MAUI is used to increase the developer productivity.  .NET MAUI simplifies the project structure into a single project to target multiple platforms and helps you to easily deploy to any target like desktop, emulators, simulators, or physical devices with a single click.

.Net MAUI support existing Model–View–View model (MVVM) and XAML patterns as well as Model-View-Update (MVU) with C#.

.Net MAUI Timeline

.NET MAUI and mobile SDK will ship in with .NET 6. At present we do not have a shipping schedule for .NET 6.

Microsoft plan to release .NET MAUI previews Q4 2020 through Q3 2021

.NET MAUI general availability on November 2021

Leave a comment