.NET 11 Preview 2 Updates MAUI with Performance Improvements and Platform Refinements
.NET 11 Preview 2 for .NET MAUI is a refinement pass rather than a feature dump. Edin Kapić’s InfoQ article walks through the concrete usability and performance fixes Microsoft shipped.
What you’ll learn
- Map control ergonomics —
TypeConvertersupport forLocation/MapSpan, plus a bindableMap.Regionfor cleaner XAML - Interactive map shapes —
IsVisible,ZIndex, and click events on polygons, polylines, and circles - Faster bindings — typed and source-generated binding optimizations that cut execution time and allocations
- Immutability annotations —
ColorandFontchanges that help the XAML source generator cache more aggressively - API and binding fixes —
VisualStateManagerreturn-type alignment and nullableEntry.Texttwo-way binding behaving correctly
Read the full post for the numbers and the linked MAUI release notes on GitHub.