In this chapter, you will learn how to set up your development environment across all of the required platforms. You will then use that environment to create, build, and run your very first .NET MAUI application. Finally, you will take a look at the application you will build as you progress through this book.
Setting Up Your Environment
Before you get into creating and building the application, you must make sure you have an environment set up.
macOS
There are several tools that you must install on macOS to allow support ...