In this chapter, you will dissect the project you created in Chapter 2 and dive into the details of each key area. The focus is to provide a good overview of what a .NET MAUI single project looks like, where each of the key components are located, and some common ways of enhancing them.
Project Structure
.NET MAUI provides support for multiple platforms from within a single project. The focus is to allow us as developers to share as much code and as many resources as possible.
You will likely hear the term single project ...