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

.NET Core, Docker, and Cultures - Solving a culture issue porting a .NET Core app from Windows to Linux
In this post I describe how I fixed an issue with Cultures that arose when porting an ASP.NET Windows app to ASP.NET Core on Linux.…

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

Converting a terminal middleware to endpoint routing in ASP.NET Core 3.0
Upgrading to ASP.NET Core 3.0 - Part 4
In this post I provide an overview of the new endpoint routing system, and show how you can use it to create endpoints using middleware…

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

