.NET MAUI FOR C# DEVELOPERS build cross-platform mobile and desktop applications
Description
More Details
Notes
Also in this Series
Reviews from GoodReads
Citations
Liberty, J., Juarez, R., & Montaquila, M. (2023). .NET MAUI FOR C# DEVELOPERS: build cross-platform mobile and desktop applications (1st edition.). PACKT PUBLISHING LIMITED.
Chicago / Turabian - Author Date Citation, 17th Edition (style guide)Liberty, Jesse, Rodrigo, Juarez and Maddy, Montaquila. 2023. .NET MAUI FOR C# DEVELOPERS: Build Cross-platform Mobile and Desktop Applications. [S.l.]: PACKT PUBLISHING LIMITED.
Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)Liberty, Jesse, Rodrigo, Juarez and Maddy, Montaquila. .NET MAUI FOR C# DEVELOPERS: Build Cross-platform Mobile and Desktop Applications [S.l.]: PACKT PUBLISHING LIMITED, 2023.
Harvard Citation (style guide)Liberty, J., Juarez, R. and Montaquila, M. (2023). .NET MAUI FOR C# DEVELOPERS: build cross-platform mobile and desktop applications. 1st edn. [S.l.]: PACKT PUBLISHING LIMITED.
MLA Citation, 9th Edition (style guide)Liberty, Jesse,, Rodrigo Juarez, and Maddy Montaquila. .NET MAUI FOR C# DEVELOPERS: Build Cross-platform Mobile and Desktop Applications 1st edition., PACKT PUBLISHING LIMITED, 2023.
Staff View
Grouping Information
Grouped Work ID | f396c34f-a23e-8bf5-4a50-40da3c0367ea-eng |
---|---|
Full title | net maui for c developers build cross platform mobile and desktop applications |
Author | liberty jesse |
Grouping Category | book |
Last Update | 2025-01-24 12:33:29PM |
Last Indexed | 2025-05-03 03:39:54AM |
Book Cover Information
Image Source | google_isbn |
---|---|
First Loaded | Feb 3, 2025 |
Last Used | Apr 24, 2025 |
Marc Record
First Detected | Dec 16, 2024 11:24:44 PM |
---|---|
Last File Modification Time | Dec 17, 2024 08:24:14 AM |
Suppressed | Record had no items |
MARC Record
LEADER | 07296cam a22005897a 4500 | ||
---|---|---|---|
001 | on1374295178 | ||
003 | OCoLC | ||
005 | 20241217082237.0 | ||
006 | m o d | ||
007 | cr |n||||||||| | ||
008 | 230401s2023 xx o 000 0 eng d | ||
015 | |a GBC391193|2 bnb | ||
016 | 7 | |a 021018828|2 Uk | |
019 | |a 1374426388|a 1378155071 | ||
020 | |a 9781837631520|q (electronic bk.) | ||
020 | |a 1837631522|q (electronic bk.) | ||
035 | |a (OCoLC)1374295178|z (OCoLC)1374426388|z (OCoLC)1378155071 | ||
037 | |a 9781837631698|b O'Reilly Media | ||
037 | |a 10163530|b IEEE | ||
040 | |a YDX|b eng|c YDX|d ORMDA|d EBLCP|d N$T|d UKMGB|d OCLCF|d IEEEE|d OCLCO|d DEGRU|d OCLCO | ||
049 | |a MAIN | ||
050 | 4 | |a TK5105.8885.A26 | |
082 | 0 | 4 | |a 005.2/76|2 23/eng/20230404 |
100 | 1 | |a Liberty, Jesse,|e author.|1 https://id.oclc.org/worldcat/entity/E39PCjKcQXgP9XqMbycc3JBjcq|9 205237 | |
245 | 1 | 0 | |a .NET MAUI FOR C# DEVELOPERS|h [electronic resource] :|b build cross-platform mobile and desktop applications /|c Jesse Liberty, Rodrigo Juarez ; foreword by Maddy Montaquila. |
250 | |a 1st edition. | ||
260 | |a [S.l.] :|b PACKT PUBLISHING LIMITED,|c 2023. | ||
300 | |a 1 online resource | ||
336 | |a text|b txt|2 rdacontent | ||
337 | |a computer|b c|2 rdamedia | ||
338 | |a online resource|b cr|2 rdacarrier | ||
505 | 0 | |a Cover -- Copyright -- Foreword -- Contributors -- Table of Contents -- Preface -- Part 1 -- Getting Started -- Chapter 1: Assembling Your Tools and Creating Your First App -- Technical requirements -- Getting and installing Visual Studio -- Installing Visual Studio -- Git -- Opening Visual Studio -- Quick tour of the app -- Summary -- Quiz -- You try it -- Chapter 2: What We Will Build: Forget Me Not -- Technical requirements -- What is Forget Me Not? -- Buddies -- Inviting Buddies -- Other pages -- What you'll learn -- Summary -- Chapter 3: XAML and Fluent C# -- Technical requirements | |
505 | 8 | |a Understanding the structure of XAML -- The code-behind file -- Exploring the layout options -- VerticalStackLayout -- Image -- Label -- Code-behind and event handlers -- If you can do it in XAML, you can do it in C# -- C# versus Fluent C# -- Summary -- Quiz -- Try it out -- Chapter 4: MVVM and Controls -- Technical requirements -- Setting up for MVVM -- Creating folders -- The MVVM Community Toolkit -- Exploring views -- Forget Me Not labels -- Data binding -- Creating a public property -- Setting up BindingContext -- Assigning values to the View Model class properties -- Implementing Binding | |
505 | 8 | |a ViewModel versus code-behind -- Views -- Images -- Button properties -- ImageButton -- TapGestureRecognizer -- Entering text -- Behaviors -- Popups and dialogs -- Presenting the user with a choice -- ActionSheet -- Displaying a prompt -- Toast -- Snackbar -- BoxView -- Frame -- Brushes -- The Solid brush -- LinearGradientBrush -- RadialGradientBrush -- Summary -- Quiz -- You try it -- Chapter 5: Advanced Controls -- Technical requirements -- Keeping the user informed of activity -- ActivityIndicator -- ProgressBar -- Moving event handling to ViewModel -- Breaking it down | |
505 | 8 | |a Sending and receiving messages -- Getting started with WeakReferenceMessenger -- Creating the page in C# -- Displaying collections -- Overriding OnAppearing -- Understanding how the service works -- Displaying the collection of Preference objects -- The code-behind -- Styles -- Explicit versus implicit styles -- Style inheritance or BasedOn -- Summary -- Quiz -- You try it -- Chapter 6: Layout -- Technical requirements -- Stack layouts -- Grid -- Sizing rows and columns -- Named rows and columns -- ScrollView -- FlexLayout -- Summary -- Quiz -- You try it -- Part 2 -- Intermediate Topics | |
505 | 8 | |a Chapter 7: Understanding Navigation -- Technical requirements -- Exploring the TabBar -- Creating the About and Buddies pages -- Assembling the About page -- Shell navigation -- Routing -- Passing values from page to page -- Passing values with the url (?) syntax -- Passing values with a dictionary -- Summary -- Quiz -- You try it -- Chapter 8: Storing and Retrieving Data -- Technical requirements -- Storing user preferences -- UserPreferencesViewModel -- Navigating to UserPreferences -- Retrieving the preferences -- Storing to a database on your device -- Installing SQLite | |
520 | |a A practical guide to mastering C# and .NET MAUI to build native cross-platform apps with a single codebase Purchase of the print or Kindle book includes a free PDF eBook Key Features Extend your skills to build cross-platform native apps for iOS, Android, Windows, and Mac Learn by working on a real-world project Go beyond MAUI and integrate with the .NET ecosystem Book Description While UI plays a pivotal role in retaining users in a highly competitive landscape, maintaining the same UI can be tricky if you use different languages for different platforms, leading to mismatches and un-synced pages. In this book, you'll see how .NET MAUI allows you to create a real-world application that will run natively on different platforms. By building on your C# experience, you'll further learn to create beautiful and engaging UI using XAML, architect a solid app, and discover best practices for this Microsoft platform. The book starts with the fundamentals and quickly moves on to intermediate and advanced topics on laying out your pages, navigating between them, and adding controls to gather and display data. You'll explore the key architectural pattern of Model-View-ViewModel: and ways to leverage it. You'll also use xUnit and NSubstitute to create robust and reliable code. By the end of this book, you'll be well-equipped to leverage .NET MAUI and create an API for your app to interact with a web frontend to the backend data using C#. What you will learn Explore the fundamentals of creating .NET MAUI apps with Visual Studio Understand XAML as the key tool for building your user interface Obtain and display data using layout and controls Discover the MVVM pattern to create robust apps Acquire the skills for storing and retrieving persistent data Use unit testing to ensure your app is solid and reliable Who this book is for Learning .NET MAUI is targeted squarely at C# programmers, whether or not they have experience with cross-platform or mobile applications, who wish to learn Microsoft's premier platform for building iOS, Android, Windows and Mac apps using a single C#-based solution. | ||
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 C (Computer program language)|9 31639 | |
700 | 1 | |a Juarez, Rodrigo,|e author. | |
700 | 1 | |a Montaquila, Maddy,|e writer of foreword. | |
776 | 0 | 8 | |i Print version:|z 1837631697|z 9781837631698|w (OCoLC)1372131817 |
856 | 4 | 0 | |u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781837631698/?ar|x O'Reilly|z eBook |
938 | |a De Gruyter|b DEGR|n 9781837631520 | ||
938 | |a YBP Library Services|b YANK|n 304801531 | ||
938 | |a ProQuest Ebook Central|b EBLB|n EBL30457053 | ||
938 | |a EBSCOhost|b EBSC|n 3584185 | ||
994 | |a 92|b VIA | ||
999 | |c 359039|d 359039 |