0

Do I still need UoW/Repository Pattern in EF 4.1. It seems that the interfaces that the DbDomainContext provides already gives me a UoW/Repository pattern. I've seen some blogs also that they don't like Repository pattern either nor UoW but still made it testable.

123 456 789 0
  • 10,565
  • 4
  • 43
  • 72
  • 1
    This is closely related to [similar question](http://stackoverflow.com/questions/5625746/generic-repository-with-ef-4-1-what-is-the-point/5626884#5626884) without WCF RIA services. The answer to this question will be same if you plan to use generic repository and wrap context to UoW. – Ladislav Mrnka Jun 04 '12 at 08:23
  • Hi Ladislav, I came across your answer before thanks for sharing the link. Will ask question now on your answer there. – 123 456 789 0 Jun 04 '12 at 13:31

0 Answers0