Pages

Saturday, January 12, 2013

Overview of Entity Framework relationships

Properly configuring one-to-many relationships may be simple in Entity Framework but one-to-one and one-to-zero-or-one can be tricky unless it is something you're doing every day. Below is a reference for those who don't.

Configuring Relationships with the Fluent API
http://msdn.microsoft.com/en-us/data/jj591620.aspx

No comments: