.Net
How can I unit test E/F without using a Mock or using an in-memory DB?
Now many people will say that this shouldn’t be done but I really need to test using the actual DB. Edit: I’ve resolved this. I just placed the Tests in the project folder I am Read more…