- 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.

Converting integration tests to .NET Core 3.0
Upgrading to ASP.NET Core 3.0 - Part 5
In this post I discuss the changes required to upgrade integration tests that use WebApplicationFactory or TestServer to ASP.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.…

Running .NET Core global tools in non-sdk Docker images
In this post I describe how you can avoid the dependencies of global tools on the .NET Core SDK and runtime by containerising them using Docker.…

