Announcing the release of .NET 10, the most productive, modern, secure, intelligent, and performant release of .NET yet. With updates across ASP.NET Core, C# 14, .NET MAUI, Aspire, and so much more.
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.
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.