Introduction

In this article, I will explain about MAUI first app development using visual studio 2022. Basically, .NET MAUI is an open source and its evolution of xamarin forms and .Net Multi-platform App UI is cross-platform framework for creating native & desktop app using C# and XAML. It's a single shared code base for running android, iOS, macOS, and Window apps.

Important Features

Supported Platform

.NET Multi-platform App UI (.NET MAUI) apps can be written for the following platforms

Step 1

Install Visual Studio 2022 with .NET core and .NET MAUI framework and follow the below screenshot.

Step 2

Create a new project in visual studio 2022 and select app option under the multiplatform on the left side and after that, you need to click .NET MAUI App with C# option and click continue button.

Step 3

On the next page, you need to select the .Net framework version 6.0 and click continue button.

Step 4

On the next page, You need to provide your project name and solution name along with location and click on create button

Step 5

After the created the MAUI project and you will be navigated to the project structure with single code base and please refer to the below screenshot.

Output

Conclusion

Hopefully, this article has given you sufficient information for you to create your first MAUI app. Feel free to leave a comment if you would like me to further elaborate on anything within this article