.NET 8 Preview 1 Announced
Friday, 03 March 2023

The first preview of .NET 8 has been announced, with a focus on cloud-native and cross-platform development with MAUI and 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 cross-platform focus builds on the inclusion of .NET Multi-platform App UI (MAUI) SDK and Visual Studio tooling support that was introduced in the lifetime of .NET 7, along with Blazor. .NET MAUI provides a framework for creating native apps for mobile and desktop devices that run Android, iOS, macOS and Windows with a single C# codebase. Blazor can be used to build hybrid apps with Razor UI components for accessing native device platforms and be shared across mobile, desktop, and web.

New in this preview is a preview version of Native AOT for MacOS. The first NativeAOT features were shipped in .NET 7 and targeted console applications. Ahead-of-Time (AOT) compilation is designed to improve the performance of .NET applications by creating a fully self-contained version of your app that doesn’t need a separate runtime because everything is included in a single file. As of preview 1, this single file is smaller, and Linux builds are now up to 50% smaller.

.NET Container images are another area to have been improved. The preview has a more modern default Linux distro with Debian 12, and you can run container images with non-root users. The .NET team says that while container base images are almost always configured to run with the root user, it is not always the best approach. However, they acknowledge that it is time consuming to configure each application to have a different user, and container images do not come with a non-root user that is appropriate for container workloads. In .NET 8, all container images published will be non-root capable.

.NET 8 Preview 1 is available for download now.

net2

More Information

.NET 8 Preview 1

Related Articles

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

Banner


Controlling 5,000 Autonomous Drones
21/07/2024

With the skies full of drones, how can drone collisions be avoided? Inspired by flocking models in nature, researchers in Hungary have come up with an algorithm to handle large volumes of autonom [ ... ]



Code Assessment Added To .NET Upgrade Assistant
01/07/2024

Microsoft has improved the .NET Upgrade Assistant to add code assessment features. The assistant helps Visual Studio developers upgrade .NET applications to the latest version of .NET.


More News

kotlin book

 

Comments




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