- 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 git repo with Azure Repos and trying out Git LFS
In this post I show how to create a new Git repo on Azure Repos, how to install Git LFS locally, and host to enable Git LFS in your repositories…

Caching Docker layers on serverless build hosts with multi-stage builds, --target, and --cache-from
In this post I describe how I improved the build performance of ASP.NET Core Docker containers built using AWS CodeBuild by using --target and --cache-from.…

Building an open source GitHub project using Azure DevOps
In this post I show how I added CI builds with Azure DevOps to an open source .NET library hosted on GitHub…

Running smoke tests for ASP.NET Core apps in CI using Docker
In this post I'll describe how to use Docker to run a smoke test as part of a CI build pipeline to check that an ASP.NET Core app is able to start up…

Building .NET Framework ASP.NET Core apps on Linux using Mono and the .NET CLI
In this post I describe the steps to get an ASP.NET Core library that targets both .NET Framework and .NET Standard, building, and running tests on Linux.…

Building ASP.NET Core apps on both Windows and Linux using AppVeyor
In this post I show how to take an existing appveyor.yml file and update it to allow building of .NET Core apps cross-platform using Windows and Linux…

