Part 3: Testing and Deployment
In Part 1 of this book, we introduced .NET MAUI app development. In Part 2, we introduced .NET MAUI Blazor Hybrid app development. We now have two different versions of the password management app from Part 1 and Part 2. Both XAML and Blazor Hybrid apps use the MVVM pattern in their design. When we introduced the MVVM pattern, we mentioned that we can test the view model and model separately. In Part 3 of this book, we will introduce unit testing in .NET MAUI. Lastly, we will introduce the deployment of the .NET MAUI app.
This section comprises the following chapters:
- Chapter 11, Developing Unit Tests
- Chapter 12, Deploying and Publishing in App Stores