.NET blog

EF Core 6 new features and changes for .NET 6

EF Core 6 new features and changes for .NET 6

Check out what's new in EF Core 6. As part of .NET 6, Entity Framework Core introduced migration bundles and support for temporal tables.
Blazor updates for .NET 6 using Visual Studio 2022

Blazor updates for .NET 6 using Visual Studio 2022

Looking at Blazor updates and new features for .NET 6 using an ASP.NET Core application in Visual Studio 2022.
.NET 6 new features using ASP.NET Core 6 and Visual Studio 2022

.NET 6 new features using ASP.NET Core 6 and Visual Studio 2022

Looking at .NET 6 changes and using them in an ASP.NET Core 6 web app. These features can be used in Visual Studio 2022 using C# 10.
C# 10: New features and examples that are not in C# 9

C# 10: New features and examples that are not in C# 9

Looking at new C# features in C Sharp 10, which is due to be launched alongside .NET 6 and Visual Studio 2022.
Windows v Linux: Compare ASP.NET Core install & hosting

Windows v Linux: Compare ASP.NET Core install & hosting

Install an ASP.NET Core application on either Windows or Linux. Find out about hosting costs, app install and performance.
Five questions you may have about ASP.NET Core for .NET 5

Five questions you may have about ASP.NET Core for .NET 5

ASP.NET Core for .NET 5 questions. What Visual Studio 2019 & MSBuild version do you need? What's the future of .NET Standard?
Four features in C# 9 that aren't in C# 8

Four features in C# 9 that aren't in C# 8

Looking at new features in C# 9 that aren't in C# 8. Examples like Target-Typed Object Creation and Init-Only Setters in Properties.