Sample Applications (Entity Framework)

In the Entity Data Model (EDM), entities defined in conceptual schemas and mapped to storage can be programmed as application objects. Many data scenarios that formerly required SQL strings embedded in code can use programmable objects.

This section provides basic examples that use mapped entities.

In This Section

See Also

Concepts

Data Modeling in the Entity Framework
Implementing Entities (EDM)
Implementing Associations (EDM)

Other Resources

EDM Specifications
Schemas and Mapping Specification (Entity Framework)