Hello. In the May 2006 CTP for VS2005 there was a neat feature when working with a DataContext to eagerly load 1:M relations like [Customer, Order], by simply tagging along the .Including(c => c.Orders) With Mars 2007 CTP on Orcas this extention method is not there anymore. After a long session with google, I finally had a look at the updated samples from Mr Calverts blog. In those updated samples the eager loading demo using Including was commented out and instead there was an example using DataShape()
Read More...