My latest book: Learn .NET MAUI — An Essential Guide for C# Developers will be released March 31, 2023.
Given the existence and likely enhancements to the .NET MAUI Community Markup Toolkit for C#, and that many people will come to MAUI with little or no XAML (or will know XAML and hate it), I was tempted to show all of the code in C#.
But the truth is that most extant User Interface code is in XAML and anything you can do in C# you can do in XAML. So, at least for the first edition, the majority of the code is in XAML with one full view recreation in C#
Here is the Table of Contents:
- Assembling your tools and creating your first app
- What we will build: Forget Me Not
- XAML and C#
- MVVM And Controls
- Advanced Controls
- Layout
- Understanding Navigation
- Storing and retrieving data
- Unit Tests
- Consuming a REST API
- Advanced Topics
I’m eager to hear your ideas about this decision.
Thanks.