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

Conditional compilation for ignoring method calls with the ConditionalAttribute
In this post I describe conditional compilation using…

Benchmarking 4 reflection methods for calling a constructor in .NET
In this post I compare several different ways to call a constructor using reflection, and benchmark them to see which is fastest.…

Fixing build warning NETSSDK1138 when building projects with end-of-life .NET frameworks
In this post I describe how to hide the warning generated by the dotnet CLI when working with end-of-life frameworks like .NET Core 3.0 (netcoreapp3.0)…

ASP.NET Core in Action, Second Edition is available now!
My new book, ASP.NET Core in Action, Second Edition is available now. In this post I describe what's changed since the first version and why.…

Exploring the new rollForward and allowPrerelease settings in global.json
Exploring ASP.NET Core 3.0 - Part 8
In this post I explore the new rollForward and allowPrerelease settings added to the global.json file in .NET Core 3.0 and how they impact SDK selection.…

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

