Has anyone a good sample for a "real" mapping scenario with Entity Framework. Not one of that simple Table <-> Entity one ;-)
A:
Here is a list of samples and utilities for the Entity Framework, among other ADO technologies.
Dave Swersky
2009-02-25 17:04:30
+2
A:
You should look at the Defining Advanced Data Models article on MSDN, it has the following subjects:
- Define a Model with a Stored Procedure
- Define a Model with Modification Stored Procedures
- Define a Model with Complex Type
- Define a Model with Table-per-Type Inheritance
- Define a Model with Table-per-Hierarchy Inheritance
- Define a Model with Multiple Entity Sets per Type
- Define a Model with Single Entity Mapped to Two Tables
- Define a Model with a Horizontal Partition in the Storage Model
Davy Landman
2009-02-26 13:32:43