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

Introduction to integration testing with xUnit and TestServer in ASP.NET Core
In this post I'm going to demonstrate how to create some simple functional/integration tests using xUnit and TestServer for testing ASP.NET Core applications.…

