- Loading...
Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.

Avoiding Startup service injection in ASP.NET Core 3
Upgrading to ASP.NET Core 3.0 - Part 3
In this post I describe the changes to dependency injection in your Startup class when upgrading an ASP.NET Core 2.x app to .NET Core 3.0.…

IHostingEnvironment vs IHostEnvironment - obsolete types in .NET Core 3.0
Upgrading to ASP.NET Core 3.0 - Part 2
In this post I describe the differences between various ASP.NET Core types that have been marked as obsolete in .NET Core 3.0 such as IHostingEnvironment…

Converting a .NET Standard 2.0 library to .NET Core 3.0
Upgrading to ASP.NET Core 3.0 - Part 1
In this post I describe the decisions to make and factors affecting upgrading a typical library targeting .NET Standard 2.0 to .NET Core 3.0.…

Upgrading to ASP.NET Core 3.0
In this series I explore some of the things to be aware of when upgrading ASP.NET Core 2.x apps to .NET Core 3.0…

New in .NET Core 3.0: local tools
Exploring ASP.NET Core 3.0 - Part 7
In this post I show how to install and run local tools in .NET Core 3.0 using a dotnet-tools manifest and discuss how to work with multiple manifests.…

New in ASP.NET Core 3.0: structured logging for startup messages
Exploring ASP.NET Core 3.0 - Part 6
In this post I describe a change in ASP.NET Core 3.0 that means startup messages use structured logging…

