Blog Logo
TAGS

ASP.NET Core updates in .NET 8 Preview 2

The latest release of .NET 8 Preview 2 includes several improvements to the ASP.NET core. The new release features the Blazor QuickGrid component which is a high-performance grid component for displaying tabular data. This release also includes performance improvements to named pipes transport, new APIs in ProblemDetails to support more resilient integrations, and a new analyzer to detect multiple FromBody attributes. To learn more about the ASP.NET Core work planned for .NET 8, see the full ASP.NET Core roadmap for .NET 8 on GitHub. To get started with ASP.NET Core in .NET 8 Preview 2, install the .NET 8 SDK. Windows users should also install the latest Visual Studio 2022 preview. Visual Studio for Mac support for .NET 8 previews is not yet available. Upgrading an existing ASP.NET Core app from .NET 8 Preview 1 to .NET 8 Preview 2 is simple - just update the target framework of your app to net8.0 and update all Microsoft.AspNetCore.* and Microsoft.Extensions.* package references to 8.0.0-preview.2.*.