In this article I mainly concentrated on Many-To-Many Relationship to perform CRUD operations using EF & Linq. I have taken three tablesCustomer, Product, and CustomerProduct. I am performing Insert, Update, and Delete operations using EF and LINQ.
Database Diagram:
Entity Framework ER diagram (Which shows the relation between Customer & Product (in codeModel1.edmx):
from http://www.codeproject.com/Articles/396321/Many-to-Many-relation-with-Entity-Framework-in-ASP