Share via


Entity Framework Modeling : Entity Splitting

The post on implementing entity splitting with the Entity Framework has been moved to www.robbagby.com.

image

Comments

  • Anonymous
    March 10, 2009
    Very interesting post.  You mentioned in the screencast that the db would be available for download.  Do you have a link for that?BTW We're only 1 key away from having the same name.
  • Anonymous
    March 10, 2009
    Here is the link.  It is also on my blog in the right hand column under Sample Databases (The SchoolData link).http://cid-3c8d41bb553e84f5.skydrive.live.com/browse.aspx/SchoolData?authkey=31xvSC1tUGw%24
  • Anonymous
    March 10, 2009
    Thanks a bunch!  I guess I missed it.
  • Anonymous
    March 22, 2009
    Одним из плюсов Entity Framework по сравнению с Linq To SQL постоянно называют возможность практически
  • Anonymous
    August 11, 2009
    How would you handle a one-to-many relationship between tables? I would like to create one entity for an employee address using several tables in the AdventureWorks database. (Employee, EmployeeAddress, Address, and StateProvince)Any help getting two of the four tables into one would be a great benefit. For example, one entity which models away the StateProvince table when combining with the Address table.Thank you very much for any help!Jason
  • Anonymous
    September 06, 2011
    The comment has been removed