Automatic Testing with an In-memory Database and EF7
on March 25, 2016
with 1 Comment
If you have ever written automatic tests that runs against a real database, you might have noticed that the tests ran quite slow. To get around this problem, we instead target some kind of fake database which is kept in-memory. … Read More