To get the most out of this book
To understand the code in this book, you’ll need to have a basic understanding of C# and XAML.
Software/hardware covered in the book |
OS requirements |
Visual Studio |
Windows |
VS Code |
Windows or macOS |
Before diving into the first recipe, you’ll need to set up your development environment. This includes installing Visual Studio and the .NET MAUI workloads and setting up an emulator or a device for debugging. If you’re working with iOS, you’ll also need a Mac, Xcode, and a paid Apple Developer account. For more details, check out the official .NET MAUI documentation at https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-8.0&tabs=vswin.
If you are using the digital version of this book, we advise you to type the code yourself or access the code via the GitHub repository (link available in the next section). Doing so will help you avoid any potential errors related to the copying and pasting of code.
Download the example code files
You can download the example code files for this book from GitHub at https://github.com/PacktPublishing/.NET-MAUI-Cookbook. If there’s an update to the code, it will be updated in the GitHub repository.
We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!