In .NET MAUI in Action you will learn how to:
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
Foreword by Kym Phillpotts.
About the technology
Write your app once and deploy it on mobile, desktop, web, and cloud with .NET MAUI. This powerful multi-platform App UI framework saves time and money by eliminating tedious platform-specific rewrites. You just define your project in straightforward XAML markup and C#, and MAUI generates the native applications for iOS, Android, Windows, and macOS.
About the book
.NET MAUI in Action teaches you how to build cross-platform applications using the .NET MAUI framework. You'll explore compelling examples while you work your way up from "Aloha World" to a full-stack enterprise solution. Along the way, you'll master the MVVM pattern and other essentials of mobile UI development. This practical book is perfect for .NET developers who have never created mobile apps.
What's inside
About the author
Matt Goldman is a Solution Architect at SSW, a regular speaker at user groups and conferences, and maintains open source libraries for use in .NET MAUI apps.
Table of Contents
PART 1 - INTRODUCING .NET MAUI
1 Introducing .NET MAUI
2 Building a .NET MAUI app
3 Making .NET MAUI apps interactive
PART 2 - VIEWS, LAYOUTS, AND CONTROLS
4 Controls
5 Layouts
6 Advanced layout concepts
7 Pages and navigation
PART 3 - ENTERPRISE DEVELOPMENT PATTERNS AND PRACTICES
8 Enterprise app development
9 The MVVM Pattern
10 Styles, themes, and multiplatform layouts
11 Beyond the basics: Custom controls
12 Deploying apps to production with GitHub Actions