TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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 use
Repository Pattern
together with it. I am new to repository pattern. Do I need to create
ONE EACH Repository
for
each Model Class
(classes which represent each table in the database) and within each repository do I have to write
all the functions which will Insert, Update, Delete and Fetch record
?
Reply
Answers (
1
)
how to use simple crud application using MVC
Concate two sessions in to one session