Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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?

like image 648
user9969 Avatar asked Apr 23 '11 07:04

user9969


1 Answers

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

  • What's the point of Generic repository in EF 4.1
  • Challenges with testable and mockable code in EF
  • Another question about challenges with mocking EF code
  • Implementing custom IDbSet
  • Another question resulting in discussion about repository and unit of work

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.

like image 189
Ladislav Mrnka Avatar answered Sep 29 '22 22:09

Ladislav Mrnka