I\'m trying to create a quick ASP.NET MVC 3 application using the RC version of EF 4.1. I have two models:
public class Race { public int RaceId { get; s
There is a good post: Associations in EF Code First CTP5: Part 2 – Shared Primary Key Associations
http://weblogs.asp.net/manavi/archive/2010/12/19/entity-association-mapping-with-code-first-one-to-one-shared-primary-key-associations.aspx