Showing results for .NET 8 - .NET Blog

Apr 11, 2023
Post comments count8
Post likes count9

Announcing .NET 8 Preview 3

Jiachen Jiang
Jiachen Jiang

.NET 8 Preview 3 is now available, with changes to build paths, workloads, Microsoft.Extensions, and containers. It also includes performance improvements in the JIT, for Arm64, and dynamic PGO.

.NETASP.NET CoreC#
Apr 3, 2023
Post comments count4
Post likes count17

ASP.NET Core Route Tooling Enhancements in .NET 8

James Newton-King
James Newton-King

Route tooling is a group of new features in .NET 8 that makes ASP.NET Core routing easier to use. Check out what route tooling adds to building ASP.NET Core apps.

.NETASP.NETASP.NET Core
Mar 21, 2023
Post comments count6
Post likes count9

Secure your .NET cloud apps with rootless Linux Containers

Richard Lander
Richard Lander

Learn about patterns for securing your containers with a non-root user, and changes to .NET container images in .NET 8 to enable this behavior.

Containers.NETSecurity
Mar 14, 2023
Post comments count15
Post likes count10

ASP.NET Core updates in .NET 8 Preview 2

Daniel Roth
Daniel Roth

.NET 8 Preview 2 is now available! Check out what's new in ASP.NET Core in this update.

.NETASP.NETASP.NET Core
Mar 14, 2023
Post comments count6
Post likes count4

EF Core 8 Preview 2: Lite and familiar

Arthur Vickers
Arthur Vickers

Announcing Entity Framework Core 8 (EF8) Preview 2 with support for JSON columns in SQLite and HierarchyId in SQL Server/Azure SQL

.NETEntity Framework
Mar 14, 2023
Post comments count15
Post likes count11

Announcing .NET 8 Preview 2

Allie Barry
Allie Barry

.NET 8 Preview 2 contains a few updates/new features from Preview 1, including introspection support for function pointers, as well as some other runtime and libraries improvements.

.NET
Feb 21, 2023
Post comments count68
Post likes count23

Announcing .NET 8 Preview 1

Jeremy Likness
Jeremy Likness

.NET 8 Preview 1 introduces a roadmap for the year ahead, native AOT compilation, enhanced container and Linux support, and significant performance improvements.

.NET
Feb 21, 2023
Post comments count27
Post likes count8

ASP.NET Core updates in .NET 8 Preview 1

Daniel Roth
Daniel Roth

.NET 8 Preview 1 is now available! Check out what's new in ASP.NET Core in this update and learn about the roadmap for ASP.NET Core in .NET 8.

.NETASP.NETASP.NET Core
Feb 21, 2023
Post comments count3
Post likes count9

EF Core 8 Preview 1: Raw, lazy, and on-time

Arthur Vickers
Arthur Vickers

Announcing Entity Framework Core 8 (EF8)Preview 1 with raw SQL queries, lazy-loading, DateOnly/TimeOnly and more!

Entity Framework.NET