Master Detail CRUD Operations using EF and ASP.net MVC 3
A sample VS project which shows how to perform Master-Detail CRUD operation using Entity Framework (Code First Approach) and ASP.net MVC 3.The code illustrates the following topics:
>Creating a data model (SalesMain and SalesSub).
>Performing Master-Detail CRUD operations.