.NET MAUI cross-platform application development leverage a first-class cross-platform UI framework to build native apps on multiple platforms
Description
More Details
Notes
Also in this Series
Reviews from GoodReads
Citations
Ye, R. (2023). .NET MAUI cross-platform application development: leverage a first-class cross-platform UI framework to build native apps on multiple platforms . PACKT PUBLISHING LIMITED.
Chicago / Turabian - Author Date Citation, 17th Edition (style guide)Ye, Roger. 2023. .NET MAUI Cross-platform Application Development: Leverage a First-class Cross-platform UI Framework to Build Native Apps On Multiple Platforms. [S.l.]: PACKT PUBLISHING LIMITED.
Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)Ye, Roger. .NET MAUI Cross-platform Application Development: Leverage a First-class Cross-platform UI Framework to Build Native Apps On Multiple Platforms [S.l.]: PACKT PUBLISHING LIMITED, 2023.
Harvard Citation (style guide)Ye, R. (2023). .NET MAUI cross-platform application development: leverage a first-class cross-platform UI framework to build native apps on multiple platforms. [S.l.]: PACKT PUBLISHING LIMITED.
MLA Citation, 9th Edition (style guide)Ye, Roger. .NET MAUI Cross-platform Application Development: Leverage a First-class Cross-platform UI Framework to Build Native Apps On Multiple Platforms PACKT PUBLISHING LIMITED, 2023.
Staff View
Grouping Information
Grouped Work ID | 0f78b40d-270d-77cc-69a7-9a218d8b1d0e-eng |
---|---|
Full title | net maui cross platform application development leverage a first class cross platform ui framework to build native apps on multiple platforms |
Author | ye roger |
Grouping Category | book |
Last Update | 2025-01-24 12:33:29PM |
Last Indexed | 2025-05-03 03:02:50AM |
Book Cover Information
Image Source | default |
---|---|
First Loaded | Nov 12, 2023 |
Last Used | Mar 27, 2025 |
Marc Record
First Detected | Mar 07, 2023 02:24:41 PM |
---|---|
Last File Modification Time | Dec 17, 2024 08:23:13 AM |
Suppressed | Record had no items |
MARC Record
LEADER | 07394cam a22004937a 4500 | ||
---|---|---|---|
001 | on1360267577 | ||
003 | OCoLC | ||
005 | 20241217082148.0 | ||
006 | m o d | ||
007 | cr |n||||||||| | ||
008 | 230124s2023 xx o 000 0 eng d | ||
020 | |a 9781800562110|q (electronic bk.) | ||
020 | |a 180056211X|q (electronic bk.) | ||
035 | |a (OCoLC)1360267577 | ||
037 | |a 9781800569225|b O'Reilly Media | ||
037 | |a 10163191|b IEEE | ||
040 | |a YDX|b eng|c YDX|d ORMDA|d EBLCP|d N$T|d OCLCQ|d OCLCF|d IEEEE|d OCLCQ|d OCLCO|d OCLCQ|d OCLCO|d OCLCQ|d DEGRU|d OCLCQ | ||
049 | |a MAIN | ||
050 | 4 | |a QA76.76.A65 | |
082 | 0 | 4 | |a 005.2/76|2 23/eng/20230131 |
100 | 1 | |a Ye, Roger,|e author. | |
245 | 1 | 0 | |a .NET MAUI cross-platform application development|h [electronic resource] :|b leverage a first-class cross-platform UI framework to build native apps on multiple platforms /|c Roger Ye. |
260 | |a [S.l.] :|b PACKT PUBLISHING LIMITED,|c 2023. | ||
300 | |a 1 online resource | ||
505 | 0 | |a Cover -- Title Page -- Copyright and credits -- Contributors -- Table of Contents -- Preface -- Part 1: Exploring .NET MAUI -- Chapter 1: Getting Started with .NET MAUI -- An overview of cross-platform technologies -- Native applications -- Web applications -- Backend services -- Cross-platform technologies -- A comparison of .NET, Java, and JavaScript -- Exploring the .NET landscape -- .NET Framework -- Mono -- .NET Core -- .NET Standard and portable class libraries -- Using Xamarin for mobile development -- Xamarin.Forms -- Xamarin.Essentials -- Moving to .NET MAUI -- .NET MAUI Blazor apps | |
505 | 8 | |a Choosing XAML versus Razor in .NET MAUI -- Development environment setup -- Installing .NET MAUI on Windows -- Installing .NET MAUI on macOS -- What you will learn in this book -- The app that we will build in this book -- Summary -- Further reading -- Chapter 2: Building Our First .NET MAUI App -- Technical requirements -- Managing the source code in this book -- Setting up a new .NET MAUI project -- Creating a new project using Visual Studio -- Creating a new project using the dotnet command -- App startup and lifecycle -- Lifecycle management -- Configuring the resources -- App icon | |
505 | 8 | |a Splash screen -- Setting custom font icons -- Building and debugging -- Windows -- Android -- iOS and macOS -- Scaffolding a Model-View-ViewModel project -- Migrating and reusing a Shell template from Xamarin.Forms -- Visual Studio project template -- Summary -- Chapter 3: User Interface Design with XAML -- Technical requirements -- Creating a XAML page -- XAML syntax -- Element -- Attribute -- XML namespaces and XAML namespaces -- XAML markup extensions -- Master-detail UI design -- Side-by-side -- Stacked -- Controls in .NET MAUI -- Layouts in .NET MAUI | |
505 | 8 | |a Navigation in the master-detail UI design -- Supporting multiple languages -- localization -- Creating a .resx file -- Localizing text -- Summary -- Further reading -- Chapter 4: Exploring MVVM and Data Binding -- Technical requirements -- Understanding MVVM and MVC -- MVVM in PassXYZ.Vault -- Data binding -- Binding mode -- Changing notifications in viewmodels -- Improving the data model and service -- KPCLib -- PassXYZLib -- Updating the model -- Updating the service -- Binding to collections -- Summary -- Further reading -- Chapter 5: Navigation using .NET MAUI Shell and NavigationPage | |
505 | 8 | |a Technical requirements -- Implementing navigation -- INavigation interface and NavigationPage -- Using the navigation stack -- Manipulating the navigation stack -- Using Shell -- Flyout -- Tabs -- Shell navigation -- Improving our model -- Understanding the data model and its services -- Improving the login process -- The Command interface -- Summary -- Chapter 6: Introducing Dependency Injection and Platform-Specific Services -- Technical requirements -- A quick review of design principles -- Exploring types of design principles -- Using design principles -- Using DI -- Dependency Service | |
520 | |a Build apps for Android, iOS, macOS, and Windows using Microsoft's .NET Multi-platform App UI and Blazor Key Features Get familiar with Microsoft's UI toolkit to build amazing interfaces for iOS, Android, Windows, and macOS Build a cross-platform password manager based on the famous Windows app, KeePass Explore .NET MAUI development and Hybrid app development using Blazor Book Description An evolution of Xamarin.Forms, .NET Multi-platform App UI (.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 code-base. This step-by-step guide provides a comprehensive introduction to those who are new to .NET MAUI that will have you up to speed with app development using .NET MAUI in no time. The book begins by showing you how to develop a cross-platform application using .NET MAUI and then helps you build an app throughout the chapters. You'll gain all the knowledge needed to create a cross-platform application for Android, iOS, the mac OS, and Windows from a single shared code-base using .NET MAUI. As you advance, you'll get to grips with the entire application development lifecycle, from design and implementation through to deployment to the app store through the development of a password manager app using KeePassLib. The concluding chapters will teach you how to integrate the latest frontend technology into your app through .NET MAUI Blazor. 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 Discover the latest features of .NET 6 that can be used in mobile and desktop app development Find out how to build cross-platform apps with .NET MAUI and Blazor Implement device-specific features using .NET MAUI Essentials Integrate third-party libraries and add your own device-specific features Discover .NET class unit test using xUnit.net and Razor components unit test using bUnit Deploy apps in different app stores on mobile as well as desktop Who this book is for This book is an entry-level .NET MAUI book for mobile developers interested in cross-platform application development with working experience of the .NET Core framework, as well as fresh or junior engineers who've just begun their career in mobile app development. Native application 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 language, such as C#, Java or Kotlin, is assumed. | ||
590 | |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition | ||
630 | 0 | 0 | |a Microsoft .NET Framework. |
630 | 0 | 7 | |a Microsoft .NET Framework|2 fast |
650 | 0 | |a Application software|x Development.|9 70680 | |
650 | 0 | |a Web applications.|9 403889 | |
655 | 0 | |a Electronic books. | |
776 | 0 | 8 | |i Print version:|z 180056922X|z 9781800569225|w (OCoLC)1348139301 |
856 | 4 | 0 | |u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781800569225/?ar|x O'Reilly|z eBook |
938 | |a De Gruyter|b DEGR|n 9781800562110 | ||
938 | |a ProQuest Ebook Central|b EBLB|n EBL30332336 | ||
938 | |a YBP Library Services|b YANK|n 304159030 | ||
938 | |a EBSCOhost|b EBSC|n 3527559 | ||
994 | |a 92|b VIA | ||
999 | |c 280337|d 280337 |