dotnetspeak.com
Conclusion On Repository Pattern with Entity Framework
I have written a number of posts on this pattern lately. One thing that I used in some of them is return IQueryable. The idea behind this is to limit the number of Select methods to one in your rep…