Define an Entity Data Model (Application Scenarios)
The ADO.NET Entity Framework enables you to define an Entity Data Model (EDM) that represents data as entities. The following links are to topics relevant to this scenario. For more Entity Framework scenarios, see Application Scenarios (Entity Framework).
Read up on data modeling and the Entity Framework.
To define an EDM and configure the project.
Use EdmGen.exe
Use EDM tools with Visual Studio.
To define an EDM that uses procedures.
To define an EDM that denormalizes data.
To define an EDM for use with custom objects.
Review the sample models.
See Also
Concepts
Entity Data Model Inheritance (Application Scenarios)
Entity Framework Resources
Entity Framework Terminology
Other Resources
ADO.NET Entity Data Model Designer Overview
Application Scenarios (Entity Framework)
Samples (Entity Framework)