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
Riya Yadav
NA
38
3.4k
ASP.NET MVC using Entity Framework many to many relationship
Feb 28 2017 9:16 AM
i have a problem with many to many relationship using entity framework
how to perform CRUD Function and not using repository pattern
for e.g. i have three table
1. Table 1 is for Posts which stores post id and other details
2. Table 2 is for tags which stores all tag id and tagname
3. Table 3 is for POSTTAG which stores PostID and TagID
i am using listbox for multiselect tags and able to insert new post with tags into database but unable to edit and delete that posts with tags
So Any Expert Can explain me CRUD Action How to perform or share your with me
Reply
Answers (
3
)
How to resolve circular reference issue
Asp.net MVC Developer