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: http://stackoverflow.com/questions/3880237/mapping-data-from-2-tables-to-1-entity-entity-framework-4