Tag Archives: C#

.NET MAUI Release Delayed to 2022

Good news and not so good news. First the good news. A new Preview for .NET MAUI became available on September 14, 2021. There are several changes, with the most important being that MAUI is now integrated into the workload installer (as an optional package under the Mobile Development workload) and you can now create… Read More »

.NET MAUI and the MVU Pattern

Since the early days of WPF (Windows Presentation Foundation) on Windows Vista, XAML (eXtensible Application Markup Language) has been the primary way to do UI layout in .NET for desktop, Silverlight, Windows Phone, and Xamarin Forms. XAML is an XML representation of a .NET object, most commonly used to represent the user interface. XAML is… Read More »

Aloha, .NET MAUI

UPDATE: This post has been updated to the latest version of the VS2022 preview. If you are a Xamarin developer, it’s pretty likely you have already heard of .NET MAUI. If not, I’d say the best way to describe it is that it is a successor to Xamarin Forms. I say a successor instead of… Read More »