r p

r p

  • NA
  • 343
  • 0

How to create Repository Classes in MVC3 (Entity Framework)?

Jul 2 2013 5:14 AM
I  created a project using MVC3 - Entity Framework. I like to useRepository Pattern together with it. I am new to repository pattern. Do I need to createONE EACH Repository for each Model Class (classes which represent each table in the database) and within each repository do I have to writeall the functions which will Insert, Update, Delete and Fetch record?

Answers (1)