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

Version vs VersionSuffix vs PackageVersion: What do they all mean?
In this post I look at the various version numbers you can set when building a .NET Core project, such as Version, VersionSuffix, and PackageVersion.…

Creating a generalised Docker image for building ASP.NET Core apps using ONBUILD
In this post I show how you can use the Docker ONBUILD command to create a generalised Docker base image for building and testing ASP.NET Core apps…
Optimising ASP.NET Core apps in Docker - avoiding manually copying csproj files (Part 2)
In this post I show how you can optimise your ASP.NET Core Dockerfile for restore without having to list every project or create a tarball using scripts…

Using an IActionFilter to read action method parameter values in ASP.NET Core MVC
In this post I shown how you can use an IActionFilter in ASP.NET Core MVC to read the method parameters for an action method before it executes.…

Implementing custom token providers for passwordless authentication in ASP.NET Core Identity
In this post I show how to create 2 custom token providers for ASP.NET Core Identity, so that you can implement passwordless login with a short token expiry…

Creating a .NET Core global CLI tool for squashing images with the TinyPNG API
In this post I describe a .NET Core CLI global tool I created that can be used to compress images using the TinyPNG developer API…

