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 describe how you can avoid the dependencies of global tools on the .NET Core SDK and runtime by containerising them using Docker.…
In this post I describe how I created a .NET Core global tool to easily convert configuration stored in web.config files to JSON files for ASP.NET Core.…
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…
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 show how you can run tests using the xUnit .NET CLI Tool "dotnet xunit" when building projects using Cake, by using the DotNetCoreTool alias.…
This post looks at installing .NET Core 2.0.0 Preview 1, compares the NET Core runtime version to the .NET SDK runtime, and how to use global.json to pin an…
Stay up to the date with the latest posts!