Showing archive results for April 2026

Apr 15, 2026
Post comments count0
Post likes count1

Pin Clustering in .NET MAUI Maps

David Ortinau

.NET MAUI 11 adds pin clustering to the Map control, automatically grouping nearby pins into cluster markers. Learn how to enable clustering, create separate clustering groups, and handle cluster taps on Android and iOS.

.NET.NET MAUI
Apr 14, 2026
Post comments count3
Post likes count4

.NET 11 Preview 3 is now available!

.NET Team

Find out about the new features in .NET 11 Preview 3 across the .NET runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, container images, and more!

.NETASP.NET CoreC#
Apr 7, 2026
Post comments count18
Post likes count1

ASP.NET Core 2.3 end of support announcement

Daniel Roth

ASP.NET Core 2.3 will reach end of support on April 13, 2027. Learn what this means for your applications and how to upgrade to a modern supported version of .NET.

.NETASP.NET CoreLifecycle
Apr 2, 2026
Post comments count29
Post likes count14

Explore union types in C# 15

Bill Wagner

C# 15 introduces union types — declare a closed set of case types with implicit conversions and exhaustive pattern matching. Try unions in preview today and see the broader exhaustiveness roadmap.

.NETC#