.NET 8 Preview 3 Improves ASP.NET Core
Written by Kay Ewbank   
Thursday, 04 May 2023

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

.NET 8 Preview 3

Related Articles

.NET 8 Preview 1 Announced

.NET 7 Release Candidate Announced

.NET Now Included In Ubuntu

Support For .NET 3.1 Ending This Year

.NET MAUI Reaches General Availability

.NET 7 Adds Native AOT

.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 Facebook or Linkedin.

Banner


Udacity Offers 40% Off
29/12/2025

Udacity is encouraging us to put the holiday time to good use with a special offer running until the New Year - 40% off across all its programs when you pay in advance. 



Getting Ready For Santa
24/12/2025

The annual Santa tech-fest is well under way, with Santa trackers from both Google and NORAD counting down to the big day to see how Santa is doing on sorting out who's been naughty and who's been nic [ ... ]


More News

pico book

 

Comments




or email your comment to: comments@i-programmer.info