LocalDB for Database Integration Testing in ASP.NET 5 project and XUnit.net
If you need to use LocalDb for integration testing your database with EntityFramework or some other ORM this article can help. First, you will need to create .NET core class library project to hold your [Read More…]