Entity Framework & Database Testing Setup

When you're working on an application which uses some sort of database, there is always a point when you need to test some functionality directly on the database server - e.g. complex LINQ queries, transactions handling etc.


  • 1 of 1