Using CTP4 and Code First, is it possible to map a single entity to two tables (using a 1-1 relationship between the two tables)?
If so, how?
MSDN: "How to: Define a Model with a Single Entity Mapped to Two Tables" http://msdn.microsoft.com/en-us/library/bb896233.aspx
Related: Mapping data from 2 tables to 1 entity - Entity Framework 4