.NET MAUI in Action

.NET MAUI in Action
- ISBN 13:
9781633439405
- ISBN 10:
1633439402
- Format: Paperback
- Copyright: 07/25/2023
- Publisher: SIMON & SCHUSTER
List Price $59.99 Save
TERM | PRICE | DUE |
---|---|---|
Free Shipping Both Ways
Highlight/Take Notes Like You Own It
Purchase/Extend Before Due Date
List Price $59.99 Save $0.60
In Stock Usually Ships in 24 Hours.
We Buy This Book Back!
Free Shipping On Every Order
Note: Supplemental materials are not guaranteed with Rental or Used book purchases.
Extend or Purchase Your Rental at Any Time
Need to keep your rental past your due date? At any time before your due date you can extend or purchase your rental through your account.
Summary
In .NET MAUI in Action you will learn how to:
- Set up your environment for cross-platform development
- Write an interactive UI in XAML using out-of-the-box controls
- Apply the MVVM pattern to build maintainable code
- Extend your control library with custom controls
- Structure your app using common navigation paradigms
- Use common device features like GPS
- Use DevOps tools to automate deployment and testing
.NET MAUI in Action shows you how you can use the cutting-edge MAUI framework to write apps that will run on Windows, Android, macOS, and iOS platforms using your existing .NET development skills. This book reveals essential MAUI development techniques through hands-on example applications in every chapter. You’ll learn cross-platform development quickly as you start building your own rich apps, from to-do list apps, to a movie recommender app, and eventually a full-stack solution using enterprise architecture patterns. You’ll also learn how to use GitHub Actions to deploy robust, testable, and maintainable apps; and how to deliver a consistent look and feel across platforms. Throughout, you’ll use the built-in controls of .NET MAUI and learn how to develop your own custom solutions.
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
- Write interactive UIs in XAML using out-of-the-box controls
- Extend your control library with custom controls
- Use common device features like GPS
- Automate deployment and testing
About the reader
For experienced .NET developers. No iOS or Android experience required.
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