.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


Google Adds Open-Source Development Kit To Vertex AI
15/04/2025

Google has added an Agent Development Kit (ADK) to Vertex AI, along with an agent engine and an Agent2Agent protocol that provides agents with a common, open language for collaboration.  The anno [ ... ]



Linkerd 2.18 Adds Protocol Declarations
23/04/2025

Version 2.18 of the Linkerd service mesh has added features aimed at making the software better at handling problematic situations, along with an experimental build of the proxy for Windows environmen [ ... ]


More News

espbook

 

Comments




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