← All stories
● Covered by 1 source Β· 1 reportMedium impact

.NET 11 Preview 5 Now Available with New Features and Improvements

Aggregated by BrevFeed dev Β· updated 5h ago
πŸ”– Save

.NET 11 Preview 5 has been released, enhancing runtime, SDK, libraries, ASP.NET Core, .NET MAUI, and Entity Framework Core. Notable updates include support for JSON Lines serialization and improved JIT optimizations.

Key points

Overview of .NET 11 Preview 5

Microsoft has released the fifth preview of .NET 11, introducing various enhancements across multiple components. This preview is critical for developers using .NET technologies and aims to refine the efficiency and capabilities of existing tools.

Library Improvements

Key updates in the libraries include the addition of JSON Lines serialization support in System.Text.Json and full outer joins in LINQ. The cryptography library now offers X25519 key agreement, and the Random class gains new generic numeric APIs. These changes enhance functionality and usability for developers.

Runtime and SDK Enhancements

The .NET runtime has undergone optimizations, improving async suspension and JIT performance. Additionally, the SDK has been updated to allow file-based applications to reference other C# files, thereby streamlining the build process. This update also includes vulnerability checks during build, enhancing security for developers.

ASP.NET Core and .NET MAUI Updates

ASP.NET Core sees improvements in Blazor Server-Side rendering and support features for QuickGrid without interactivity. Meanwhile, .NET MAUI has introduced reliability updates, including API stabilization for .NET for Android and enhancements in animation handling.

Entity Framework Core Updates

In Entity Framework Core, the default is now set to SQL Server 2022 compatibility, and the CLI tool dotnet ef adds support for file-based applications. Additionally, the framework warns developers when asynchronous EF queries run synchronously, helping to avoid performance pitfalls.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors β€” check the original sources. How BrevFeed works β†’

Primary sources

GitHub dotnet/core

Reporting from

.NET 11 Preview 5 has been released, enhancing runtime, SDK, libraries, ASP.NET Core, .NET MAUI, and Entity Framework Core. Notable updates include support for JSON Lines serialization and improved JIT optimizations.