Three essential libraries for unit testing a .NET project Published July 31, 2021 in .NET , .NET core , ASP.NET core , C# , Testing - 0 Comments In this post, I share the three libraries I find useful for unit testing a .NET project: EF Core SQLite Database Provider, Bogus and Moq. Continue reading Tags: bogus , entity framework , entity framework core , moq , sqlite , tdd , unit testing