Top "Entity-framework-ctp5" questions

This tag is for the ADO.

EF CTP5 - Strongly-Typed Eager Loading - How to Include Nested Navigational Properties?

Attempting to cutover our EF4 solution to EF CTP5, and ran into a problem. Here's the relevant portion of the …

entity-framework poco eager-loading entity-framework-ctp5
EF Code First with many to many self referencing relationship

I am starting out with using the EF Code First with MVC and am a bit stumped with something. I …

entity-framework-4 many-to-many entity-framework-ctp5 self-reference