Entity Framework Modeling: Action Stored Procedures
The post on modeling action stored procedures in the Entity Framework was moved to my new blog at www.robbagby.com.
Comments
- Anonymous
March 13, 2009
Thank you for submitting this cool story - Trackback from DotNetShoutout - Anonymous
March 15, 2009
A very clear explanation. Many Thanks.One request, While going thru differences between Linq to SQL and Linq to Entities, it seems the way Lazy Loading is handled is different, and there is the need to do checks along the lines of .IsLoaded and loading it in EF. Can I propose handling of transparent lazy loading as a topic?Thanks, Mickey