Available Now in .NET 11 for .NET MAUI
With .NET 11, the .NET MAUI team focused on overall quality, speed, and developer experience. Leomaris Reyes highlights the changes she’s most excited about and shows how little code each one takes to use.
What you’ll learn
- Map improvements — pin clustering via
IsClusteringEnabled, custom location markers throughImageSource, and JSON map styling on Android - Cancellable animations — passing a
CancellationTokento animation methods so you can stop one animation without cancelling the rest, plus the shift toAsyncmethod names - LongPressGestureRecognizer — detecting press-and-hold gestures with configurable duration, movement thresholds, and command support
- Gradients in BoxView — the new
Fillbrush property that finally lets BoxView render gradients - Trimmable CSS and Material 3 — automatically stripping unused CSS infrastructure at publish time, and Material 3 defaults for Android controls like Entry, Slider, and DatePicker
Read the full article for the code snippets and a pointer to the complete list of what’s new in .NET MAUI for .NET 11.