My new book ASP.NET Core in Action, Second Edition is available now! It supports .NET 5.0, and is available as an eBook or paperback. You even get a free copy of the first edition of ASP.NET Core in Action!
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 framework. In this post, I look at the motivation for this change, and what it means for devs…
In this post I show how to include files in a project that are outside the project directory…
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<object[]>.…
In this post I'll show how you can create a custom implementation of an xUnit DataAttribute that loads the data for theory tests from JSON files.…
Stay up to the date with the latest posts!