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

Setting ASP.NET Core version numbers for a Docker ONBUILD builder image
In this post I show how you can pass arguments (such as a build/version number) to a base Dockerfile when using generalized builder images that use ONBUILD.…

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.…
What is the NETStandard.Library metapackage?
In my last post I looked at the Microsoft.AspNetCore metapackage. In this post I take a look at NetStandard.Library, what it contains and what it is for.…

Supporting both LTS and Current releases for ASP.NET Core
In this post I discuss approaches to supporting both the current and LTS tracks of .NET Core as a library author.…

Understanding and updating package versions for .NET Core 1.0.3
In this post I take a look at how platform versioning works in ASP.NET Core, and list the packages that have been updated in the latest 1.0.3 release.…

