.NET MAUI Cross-Platform Application Development - Second Edition: Build high-performance apps for Android, iOS, macOS, and Windows using XAML and Bla
暫譯: .NET MAUI 跨平台應用程式開發(第二版):使用 XAML 和 Blazor 為 Android、iOS、macOS 和 Windows 建立高效能應用程式

Ye, Roger

  • 出版商: Packt Publishing
  • 出版日期: 2024-03-25
  • 售價: $1,660
  • 貴賓價: 9.5$1,577
  • 語言: 英文
  • 頁數: 496
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 1835080596
  • ISBN-13: 9781835080597
  • 相關分類: .NETAndroidApple Developer使用者介面 UI
  • 立即出貨 (庫存=1)

買這商品的人也買了...

相關主題

商品描述

Build apps using .NET MAUI and Blazor with this comprehensive, revised guide for .NET 8.

Purchase of the print or Kindle book includes a free eBook in PDF format.

Key Features

  • Handle data effectively with expanded coverage on the MVVM model and data binding
  • Integrate platform-specific code using plugins and custom controls
  • Migrate from Xamarin.Forms to .NET MAUI for the latest hybrid app development capabilities

Book Description

An evolution of Xamarin.Forms, .NET MAUI is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. Using .NET MAUI, you can develop apps that'll run on Android, iOS, macOS, and Windows from a single shared codebase. In this revised edition of .NET MAUI Cross-Platform Application Development you will be introduced to .NET 8 and get up to speed with app development in no time.

The book begins by showing you how to develop a cross-platform application using .NET MAUI, including guidance for migrating from Xamarin.Forms. You'll gain all the knowledge needed to create a cross-platform application for Android, iOS, macOS, and Windows following an example project step by step.

As you advance, you'll integrate the latest frontend technology into your app using Blazor components, including the new Blazor Bindings feature. After this, you'll learn how to test and deploy your apps. With new coverage on creating mock .NET MAUI components, you can develop unit tests for your application. You will additionally learn how to perform Razor component testing using bUnit.

By the end of this book, you'll have learned how to develop your own cross-platform applications using .NET MAUI.

What you will learn

  • Develop high-performance apps with logical user interfaces
  • Improve the maintainability of apps using the MVVM design pattern
  • Understand the progression from Xamarin.Forms and how to migrate to .NET
  • Delve into templated components and Razor class libraries for crafting Blazor UI elements
  • Publish your creations to major app stores with guidance on preparation and processes
  • Extend your testing repertoire with bUnit for Razor components for reliable unit testing

Who this book is for

This book is for mobile developers interested in cross-platform application development with working experience of the .NET Core framework, as well as junior engineers who've just begun their career in mobile app development. Native app developers (desktop) or Xamarin developers who want to migrate to .NET MAUI will also benefit from this book. Basic knowledge of modern object-oriented programming languages, such as C#, Java or Kotlin, is assumed.

商品描述(中文翻譯)

建構應用程式使用 .NET MAUI 和 Blazor,這本針對 .NET 8 的全面修訂指南。

購買印刷版或 Kindle 書籍包括免費的 PDF 格式電子書。

主要特色

- 有效處理數據,擴展對 MVVM 模型和數據綁定的覆蓋
- 使用插件和自定義控制項整合平台特定代碼
- 從 Xamarin.Forms 遷移到 .NET MAUI,以獲得最新的混合應用程式開發能力

書籍描述

.NET MAUI 是 Xamarin.Forms 的演進,是一個跨平台框架,用於使用 C# 和 XAML 創建原生移動和桌面應用程式。使用 .NET MAUI,您可以從單一共享代碼庫開發可在 Android、iOS、macOS 和 Windows 上運行的應用程式。在這本修訂版的 .NET MAUI 跨平台應用程式開發中,您將了解 .NET 8,並迅速掌握應用程式開發。

本書首先展示如何使用 .NET MAUI 開發跨平台應用程式,包括從 Xamarin.Forms 遷移的指導。您將獲得創建 Android、iOS、macOS 和 Windows 跨平台應用程式所需的所有知識,並按照示例專案逐步進行。

隨著進展,您將使用 Blazor 組件將最新的前端技術整合到您的應用程式中,包括新的 Blazor 綁定功能。之後,您將學習如何測試和部署您的應用程式。通過新的 .NET MAUI 組件創建模擬的內容,您可以為您的應用程式開發單元測試。您還將學習如何使用 bUnit 進行 Razor 組件測試。

在本書結束時,您將學會如何使用 .NET MAUI 開發自己的跨平台應用程式。

您將學到的內容

- 開發高效能的應用程式,具備邏輯用戶介面
- 使用 MVVM 設計模式改善應用程式的可維護性
- 理解從 Xamarin.Forms 的進展以及如何遷移到 .NET
- 深入了解模板組件和 Razor 類庫,以製作 Blazor UI 元素
- 根據準備和流程的指導,將您的創作發佈到主要應用商店
- 擴展您的測試範疇,使用 bUnit 進行 Razor 組件的可靠單元測試

本書適合誰

本書適合對跨平台應用程式開發感興趣的移動開發人員,具備 .NET Core 框架的工作經驗,以及剛開始從事移動應用程式開發的初級工程師。原生應用程式開發人員(桌面)或希望遷移到 .NET MAUI 的 Xamarin 開發人員也將從本書中受益。假設讀者具備現代物件導向程式語言的基本知識,例如 C#、Java 或 Kotlin。

目錄大綱

  1. Getting Started with .NET MAUI
  2. Building Our First .NET MAUI App
  3. User Interface Design with XAML
  4. Exploring MVVM and Data Binding
  5. Navigation using .NET MAUI Shell and NavigationPage
  6. Software Design with Dependency Injection
  7. Using Platform-Specific Features
  8. Introducing Blazor Hybrid App Development
  9. Understanding Blazor Routing and Layout
  10. Implementing Razor Components
  11. Developing Unit Tests
  12. Deploying and Publishing in App Stores

目錄大綱(中文翻譯)


  1. Getting Started with .NET MAUI

  2. Building Our First .NET MAUI App

  3. User Interface Design with XAML

  4. Exploring MVVM and Data Binding

  5. Navigation using .NET MAUI Shell and NavigationPage

  6. Software Design with Dependency Injection

  7. Using Platform-Specific Features

  8. Introducing Blazor Hybrid App Development

  9. Understanding Blazor Routing and Layout

  10. Implementing Razor Components

  11. Developing Unit Tests

  12. Deploying and Publishing in App Stores