Implementing & Testing Repository Pattern using Entity Framework

Implementing & Testing Repository Pattern using Entity Framework

There are many blog posts and misconceptions about Repository Pattern, especially since the introduction of the OR/M libraries, like Entity Framework. In this article, we will investigate why this pattern is still useful, what are the benefits of using it and how we...