Creating the Entity Framework Data Model in Visual Studio

Leave a Comment

In this tutorial, you'll create your first entity classes for the MVC3EntityFrameworkDemo application. You'll start with the following three entities:

Creating the Entity Framework Data Model in Visual Studio

There is a one-to-many relationship between Student and Enrollment entities, and there's a one-to-many relationship between Course and Enrollment entities. In other words, a student can be enrolled in any number of courses, and a course can have any number of students enrolled in it.

0 comments:

Post a Comment