Search⌘ K
AI Features

Setting Up Our Own Development Environment

Discover how to prepare your development environment for building cross-platform applications with .NET MAUI. Learn to install the necessary IDEs, enable the MAUI workload, and create your first MAUI or Blazor app using Visual Studio or command-line tools.

Downloading the tools

To work with .NET MAUI on our own development machine, we'll need the following:

  • A suitable code editor or an integrated development environment (IDE).

  • .NET 6 SDK or newer. ...