Repository Layer for the Entity Framework

 
88   96.2
Jul 21, 2011
 

Is there an existing Repository Layer for the Entity Framework?
Furthermore, what is the difference between DAL with Respository Layer?

Best Regards and thanks.
 1 comment
 
Repository is way of implementing your DAL and generally used with DDD style design where you have one repository for each aggergate in your domain model. You'll also want to look into Unit of Work. --- Ryan Andrus  Jul 28, 2011