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

Creating a custom ConfigurationProvider in ASP.NET Core to parse YAML
ASP.NET Core ships with a new configuration system. In this post I show how to create a custom configuration provider to load YAML files.…

Adding Travis CI builds to a .NET Core app
In this post I describe how to build and test your ASP.NET Core or .NET Core app in a linux and Mac environment using Travis CI continuous integration.…

Publishing your first .NET Core NuGet package with AppVeyor and MyGet
In this post I'm going to describe the process for beginners to go from 'Code in GitHub' to 'Package on NuGet'…

Introduction to integration testing with xUnit and TestServer in ASP.NET Core
In this post I'm going to demonstrate how to create some simple functional/integration tests using xUnit and TestServer for testing ASP.NET Core applications.…

Use project.lock.json to troubleshoot dotnet restore problems
This is a quick post about how to troubleshoot problems using dotnet restore, where it is fails to restore packages due to an error in your project.json…

A deep dive into the ASP.NET Core CORS library
In this post I'm going to dive in to the code of the MVC Cors library, looking at some of the patterns the ASP.NET Core team have used in their infrastructure.…

