I heard that when testing EF, due to the differences between the LINQ to Objects and LINQ to Entities providers, you need to use integration tests for real-time DB.
Why can’t we unit test the
I heard that when testing EF, due to the differences between the LINQ to Objects and LINQ to Entities providers, you need to use integration tests for real-time DB.
Why can’t we unit test the