- 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.
Fixing the error "Program has more than one entry point defined" for console apps containing xUnit tests
In this post I'll describe how to fix the error "Program has more than one entry point defined" when you try and make a .NET Core test project a console app…

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

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…
What is the NETStandard.Library metapackage?
In my last post I looked at the Microsoft.AspNetCore metapackage. In this post I take a look at NetStandard.Library, what it contains and what it is for.…

Supporting both LTS and Current releases for ASP.NET Core
In this post I discuss approaches to supporting both the current and LTS tracks of .NET Core as a library author.…

Understanding and updating package versions for .NET Core 1.0.3
In this post I take a look at how platform versioning works in ASP.NET Core, and list the packages that have been updated in the latest 1.0.3 release.…

