ASP.NET Core in Action, Second Edition supports .NET 5.0. Buy the book in MEAP now, and get the chapters as they're written. You even get a free copy of the first edition of ASP.NET Core in Action!
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.…
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…
ASP.NET core 2.1 introduces the Microsoft.AspNetCore.App shared fraamework. In this post, I look at the motivation for this change, and what it means for…
This post is just a quick tip that I found myself using recently- including files in a project that are outside the project directory. I suspect this…
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.…
In this post I show how you can create strongly-typed data for your xUnit theory tests using the TheoryData class, instead of using IEnumerable.…
Stay up to the date with the latest posts!