Search code examples
unit-testingmockingrepository-patternentity-framework-4.1unit-of-work

Is UnitOfWork and GenericRepository Pattern redundant In EF 4.1 code first?


Wondering if I need to use the Genericrepository pattern and UnitOfWork to mock the repository.I am using MOQ.Is it now redundant since I have noticed that EF 4.1 has IDBSet.

I have not figured out how to write something generic that usic IDBSet .If you have an example where you implement IDBSet can you show it to me?

Any suggestions?


Solution

  • This is duplicate of many topics already discussed on SO but I agree that some of them can be hard to find because they are nested in other question

    I hope this will give you some answers. If not, don't hesitate to ask for more information either here or in a new question.