1
Answer

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

Ask a question
r p

r p

11y
1.4k
1
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)