Northwind Model (EDM)
Implementing data types based on the Entity Data Model (EDM) is accomplished in several stages. The example in this group of topics demonstrates the complete implementation of entities and associations based on data in the Northwind database sample. The Northwind sample can be downloaded from: https://go.microsoft.com/fwlink/?linkid=24758.
In this section
Northwind Conceptual Schema (EDM)
Northwind Storage Schema (EDM)
Northwind Mapping Schema (EDM)
Building the Northwind Object Model (EDM)
Using the Northwind Object Model (EDM)
See Also
Concepts
AdventureWorks Complete Model (EDM)
Data Modeling in the Entity Framework
Other Resources
Schemas and Mapping Specification (Entity Framework)
EDM Specifications
Sample Applications (Entity Framework)