Preview 3 of .NET 8 has been released with improvements to ASP.NET Core and enhanced support for Blazor.
.NET was created from a combination of .NET Framework and .NET Core. NET 8 is a long-term support (LTS) release and will be supported for three years after initial release.
[画像:net2]
The most obvious improvement to the new preview is ASP.NET Core support for native AOT, with an initial focus on cloud-native API applications in this preview. You can now publish an ASP.NET Core app with native AOT, producing a self-contained app that's ahead-of-time (AOT) compiled to native code. The benefits of native AOT apps are that they're smaller to deploy, quick to start, and use less memory. They can also be run on a machine that doesn't have the .NET runtime installed.
This new release also offers server-side rendering with Blazor. The .NET developers say this is the start of the Blazor unification effort to enable using Blazor components for all your web UI needs, client-side and server-side. The version in the preview is itself an early preview of the functionality, so it's still somewhat limited. ASP.NET Core has existing support for server side rendering with MVC and Razor Pages, but these frameworks lack a component model for building reusable pieces of web UI. Blazor overcomes this limitation, by letting developers build server-rendered UI using Blazor components that can then also be extended to the client.
Other improvements in this release include the ability to render Razor components outside of ASP.NET Core; sections support in Blazor and the ability to monitor Blazor server circuit activity.
Finally, SIMD is now enabled by default for Blazor WebAssembly apps.
.NET 8 Preview 3 is available for download now.
[画像:net2]
More Information
Related Articles
.NET 7 Release Candidate Announced
Support For .NET 3.1 Ending This Year
.NET MAUI Reaches General Availability
.NET Celebrates 20th Anniversary of Launch
Microsoft Releases .NET 6 And Visual Studio 2022
Developer Preview Of .NET 6 Released
To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.
Memgraph Adds AI Graph Toolkit
11/11/2025
Memgraph has been updated with the addition of two new tools; an AI Graph Toolkit that automates the porting of data into a knowledge graph in Memgraph; and an MCP Client within Memgraph Lab.
DH2i Launches DxEnterprise For SQL Server 2025
21/10/2025
DH2i has released DxEnterprise for SQL Server 2025 which brings mission-critical high availability capability for SQL Server 2025-backed AI applications.
- AI Improves Devs Skills, Enhances Their Roles
- The Pico Gets Zephyr And Rust Support
- Join The Protest Against The Closing Of Android
- Eclipse Foundation Adds Agentic Functionality To Eclipse LMOS
- Edera Open Sources Sprout
- Microsoft Announces GitHub Copilot App For Java And .NET
- Linkerd Adds MCP Support
- .NET 10, C# 14 and F# 10 Released Alongside Visual Studio 2026
- Apache Grails 7.0 Released
- George Boole, Boolean Logic and Computing
- Cursor 2 Enables Multi-Agent Working
- Missing The Point Of LLMs
- Next.js 16 Adds Cache Components
Comments
or email your comment to: comments@i-programmer.info