- cross-posted to:
- lobsters
- cross-posted to:
- lobsters
.NET 10 is a LTS (long term support) release.
With C# 14, F# 10, .NET Libraries, ASP.NET Core, Blazor, .NET MAUI, Entity Framework Core 10, Visual Studio 2026, SDK releases.
You must log in or register to comment.
New extension blocks add support for static extension methods, and static and instance extension properties.
Big C#14 addition I’ve been wanting since they added extension methods. I think this finally lets us create stateful mixins, and solve some niche use-cases where multiple-inheritance would really be preferable over composition.



