MAUIverse MAUIverse

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 through ImageSource, and JSON map styling on Android
  • Cancellable animations — passing a CancellationToken to animation methods so you can stop one animation without cancelling the rest, plus the shift to Async method names
  • LongPressGestureRecognizer — detecting press-and-hold gestures with configurable duration, movement thresholds, and command support
  • Gradients in BoxView — the new Fill brush 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.

View Source →

← Back to Community Feed

}