.NET 9 is Now Available

Microsoft officially launched .NET 9, touted as the most productive, modern, secure, intelligent, and performant version of the .NET framework to date. This release is the culmination of a year-long effort by thousands of developers globally, introducing a multitude of performance, security, and functional enhancements across the entire .NET ecosystem.

Download .NET 9

Key Features and Improvements

  • Unparalleled Performance: .NET 9 features over 1,000 performance-related updates, significantly enhancing runtime efficiency and reducing memory usage. Notably, the Server Garbage Collector (GC) has been re-engineered to adapt to application memory requirements rather than just the resources available in the environment. This change leads to a 15% increase in requests per second and a remarkable 93% decrease in memory usage compared to its predecessor.
  • Advanced Runtime Capabilities: The runtime has returned to vectorization, supporting new silicon architectures such as Arm64 SVE and Intel AVX10. Improvements in the Just-In-Time (JIT) compiler include faster exception handling and enhanced Dynamic Profile Guided Optimization (PGO), which now optimizes more code patterns.
  • Enhanced Developer Tools: Updates to Visual Studio 2022 and the C# Dev Kit for Visual Studio Code are available now, facilitating a smoother development experience. The integration of AI capabilities into .NET apps has been simplified through new abstractions and tensor types that support efficient data manipulation for AI applications.

.NET 9 Minimal API

.NET 9 supports a unified platform that encompasses various programming languages and tools. Key enhancements include:

  • ASP.NET Core: The framework now offers improved security features by default, better support for ahead-of-time compilation, and optimized handling of static files. New templates for Blazor Hybrid and Web applications have also been introduced.
  • AI Integration: The introduction of Microsoft.Extensions.AI and VectorData packages allows developers to easily incorporate AI services into their applications. This includes support for popular language models and new tokenization algorithms essential for AI development.

The .NET team will showcase these new features during .NET Conf 2024, a free three-day virtual event running from November 12-14. This event will provide deep dives into the latest advancements within .NET 9.

With its vast array of enhancements aimed at improving performance, security, and developer productivity, .NET 9 sets a new standard for application development. Developers are encouraged to download the latest version and explore the numerous improvements available across the .NET stack.

 

Next Recommended Reading Meta AI available in six new countries

C# Corner
C# Corner started as an online community for software developers in 1999.