Program Entity Data Model Classes (Application Scenarios)
The ADO.NET Entity Framework enables you to work directly with the classes generated from an Entity Data Model (EDM). The following links are to topics relevant to this scenario. For more Entity Framework scenarios, see Application Scenarios (Entity Framework).
To use entity objects in your application.
To manage connections and transactions in an object context.
To use custom data classes with an EDM.
To handle concurrency exceptions.
To create Web applications.
For end-to-end sample applications.
See Also
Concepts
Entity Framework Resources
Entity Framework Terminology
Entity Data Model Inheritance (Application Scenarios)
Other Resources
Walkthrough: Mapping an Entity to Stored Procedures
Application Scenarios (Entity Framework)
Programming Guide (Entity Framework)