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

Running tests with dotnet xunit using Cake
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.…

The .NET Core 2.0 Preview 1, version numbers and global.json
This post looks at installing .NET Core 2.0.0 Preview 1, compares the NET Core runtime version to the SDK version, and how to use global.json to pin an SDK.…

Creating a basic Web API template using dotnet new custom templates
This post introduces the basicwebapi template, a .NET CLI template based on the Web API template with Razor removed that I described in my previous post.…

Creating and editing solution files with the .NET CLI
In this post, I show how to manage sln files with the .NET command line interface (CLI). See how to create sln files, and how to add, edit and list projects…

