.NET MAUI Reaches General Availability
Written by Kay Ewbank   
Monday, 20 June 2022

.NET MAUI has reached general availability, has replaced Xamarin in Visual Studio 2022, and now appears as a project type in Visual Studio replacing Xamarin.

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop. The higher profile of MAUI in Visual Studio makes it a more obvious choice for developers. It was already an option in previous Visual Studio 2022 previews, but now appears as the main choice for Desktop & Mobile projects.

net2

As the Xamarin replacement as a multi-platform app building framework, .NET MAUI uses platform SDKs for Android, iOS, macOS, and Windows. It comes with over 40 layouts and controls that Microsoft says are optimized for building adaptive UIs across both desktop and mobile platforms. You can also incorporate Blazor components or entire Blazor applications.

Microsoft's main goal for MAUI is to give developers a way to develop apps that match the look and feel of the platform. They say that out of the box, each platform looks and behaves the way it should without any additional widgets or styling required to mimic 'native' behavior.

.NET MAUI provides simple APIs to access services and features of each platform such as accelerometer, app actions, file system and notifications.

.NET MAUI uses the new C# 10 features introduced in .NET 6, including global using statements and file scoped namespaces. Another benefit is that you can work on a single project without worrying about what platforms it will run one. In new .NET MAUI projects, the platforms are stored in subfolders. You have a Resources folder where you manage your app’s fonts, images, app icon, splash screen, raw assets, and styling. .NET MAUI will do the work to optimize them for each platform’s specific requirements.

.NET MAUI is available now.

 net2

More Information

MAUI On GitHub

.NET Multi-platform App UI

Related Articles

.NET MAUI Adds New Layouts

Microsoft Will Replace Xamarin Forms With MAUI .NET

.NET 6 Preview Adds MAUI

Visual Studio 2022 Preview 2 Targets Productivity

Developer Preview Of .NET 6 Released

New In Windows Forms .NET

Xamarin Forms 3.0 Adds Visual State Manager

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


ACM Adopts Open Access Publishing Model
05/04/2024

ACM, the Association for Computing Machinery, the professional body for computer scientists, has relaunched Communications of the ACM, the organization’s flagship magazine, as a web-first  [ ... ]



Quantum Computing Prize Awarded
05/04/2024

John Preskill, Professor of Theoretical Physics at the California Institute of Technology, is the eighth recipient of the John Stewart Bell Prize for Research on Fundamental Issues in Quantu [ ... ]


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Monday, 20 June 2022 )