Merge pull request #79 from scottkuhl/patch-2

.NET MAUI Cross-Platform Application Development added to Books
This commit is contained in:
Javier Suárez 2024-07-22 10:15:48 +02:00 коммит произвёл GitHub
Родитель 4e11722e9a 83209b1043
Коммит c1c87972b1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -22,6 +22,7 @@ Here you can find a curated list of **awesome** .NET MAUI libraries and resource
## Books
|Name|Date|Author|Description|
|--|--|--|--|
[.NET MAUI Cross-Platform Application Development](https://www.packtpub.com/en-us/product/net-maui-cross-platform-application-development-9781835080597)|March 2024|Roger Ye|Youll 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, youll integrate the latest frontend technology into your app using Blazor components, including the new Blazor Bindings feature. After this, youll learn how to test and deploy your apps.
[.NET MAUI Projects](https://www.packtpub.com/en-us/product/net-maui-projects-9781837634910)|February 2024|Michael Cummings, Daniel Hindrikes, Johan Karlsson|Progressing in complexity, the projects guide you through creating apps, ranging from a location tracker and weather map to machine learning and multiplayer games. Further, the book will take you through modern mobile development frameworks such as SQLite, .NET Core, and ML.NET, empowering you to customize your apps for Windows, macOS, Android, and iOS platforms for native-like performance.
[.NET MAUI in Action](https://www.manning.com/books/dot-net-maui-in-action)|July 2023|Matt Goldman|.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.
[.NET MAUI for C# Developers: Build cross-platform mobile and desktop applications](https://www.amazon.com/NET-MAUI-Developers-cross-platform-applications-ebook/dp/B0BX3R3W9V)|March 2023|Jesse Liberty, Rodrigo Juarez|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.