Visiting .NET MAUI
So far, we have talked about Blazor WebAssembly and Blazor Server, but what about the third option?
In this chapter, we will visit .NET MAUI, Microsoft’s new cross-platform development platform.
This chapter will not be a deep dive into .NET MAUI, since that can be a book all in itself.
In this chapter, we will cover the following:
- What is .NET MAUI?
- Creating a new project
- Looking at the template
- Developing for Android
- Developing for iOS
- Developing for macOS
- Developing for Windows
- Developing for Tizen
The idea for this chapter is for you to use it as a reference so that you will be able to implement a new project on your own.