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. You even get a free copy of the first edition of ASP.NET Core in Action!
In this post I describe how to hide the warning generated by the dotnet CLI when working with end-of-life frameworks like .NET Core 3.0 (netcoreapp3.0)…
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…
In this post I show how to include files in a project that are outside the project directory…
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.…
Stay up to the date with the latest posts!