Further reading
To learn more about the topics that were covered in this chapter, take a look at the following resources:
- Learn to Build Multi-Platform Apps with .NET MAUI: This book guides C# developers through the process of creating cross-platform applications using .NET MAUI. You’ll discover how to maintain consistent and beautiful user interfaces across various platforms, enhance your C# skills, and follow best practices for Microsoft’s .NET MAUI. Starting with the basics, this book progresses to intermediate and advanced topics, covering page layout, navigation, data gathering, and the Model-View-ViewModel architecture. You’ll also master unit testing using xUnit and NSubstitute. By the end, you’ll be proficient in using .NET MAUI and creating a C# API for seamless interaction between your app and web frontends.
- .NET Multi-Platform App UI: https://dotnet.microsoft.com/en-us/apps/maui.
- MVVM Pattern on Microsoft Learn: https://learn.microsoft...