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

Exploring the .NET Core Docker files: dotnet vs aspnetcore vs aspnetcore-build
In this post, I look at the various Docker base images available for .NET Core development, how they differ, and when you should use each of them.…

Building ASP.NET Core apps using Cake in Docker
In this post, I show how to build an ASP.NET Core app by using Cake to build your project inside a Docker container, while taking advantage of layer caching…

Running tests with dotnet xunit using Cake
In this post I show how you can run tests using the xUnit .NET CLI Tool "dotnet xunit" when building projects using Cake, by using the DotNetCoreTool alias.…

Building ASP.NET Core 2.0 preview 2 packages on AppVeyor
In this post, I'll show how to update your appveyor.yml file so you can build .NET Core preview libraries on AppVeyor by installing the SDK on each build.…

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

