May 2010
Intermediate to advanced
1272 pages
61h 18m
English
The best way to understand Entity Data Models (from here on just EDMs for brevity) is to create one. First, create a new Visual Basic project for the Console and name it EntityFramework. The next steps require the Northwind database that you installed in Chapter 25, “LINQ to SQL.” Right-click on the project name in Solution Explorer and select Add New Item. When the Add New Item dialog appears, move to the Data Node, select the ADO.NET Entity Data Model item template, and name it Northwind.edmx, as shown in Figure 27.1.
Figure 27.1 Adding a new Entity Data Model.

When you click Add, the Entity Data Model Wizard ...
Read now
Unlock full access