What’s new in .NET 10

.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.

  • insight06@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    1 day ago

    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.