null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

.NET MAUI in Action

List Price: $59.99
SKU:
9781633439405
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Matt Goldman
    Format:
    Paperback
    Pages:
    456
    Publisher:
    Manning (August 8, 2023)
    Language:
    English
    ISBN-13:
    9781633439405
    ISBN-10:
    1633439402
    Weight:
    28.8oz
    Dimensions:
    7.375" x 9.25" x 1.1"
    File:
    Eloquence-SimonSchuster_04022026_P9912986_onix30_Complete-20260402.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    As low as:
    $53.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Series:
    In Action
    Case Pack:
    16
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Build cross-platform apps with .NET MAUI! This exciting new technology helps you create mobile and desktop apps using a common set of .NET tools.

    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