Upgrading ASP.NET Core to .NET 6 & C# 10

Copper Contributor

Check out my series of videos where I try upgrading an ASP.NET Core project template to .NET 6 & C# 10. We looked at the following new features:


- Source generated Log messages.
- Hot reload.
- New launchSettings.json settings.
- Validating configuration on startup.
- New Strongly typed HTTP header properties.

 

https://www.youtube.com/watch?v=T6iP7QPWmPI

 

In part two, I continue upgrading an ASP.NET Core project template to .NET 6 & C# 10. In this show we looked at:

 

- Open Telemetry in ASP.NET Core.
- New hidden features in ASP.NET Core hosting.
- New DI method CreateAsyncScope.
- New Configuration method GetRequiredSection.
- New ArgumentNullException.ThrowIfNull API.
- Record classes.

 

https://www.youtube.com/watch?v=mcC9jFLoOlM

0 Replies