Good post about one of the new features of Entity Framework 4.0.
In the upcoming version, entities will be able to self track changes and implement them using the ObjectContext. This is tremendously helpful when passing entities between tiers and then, committing changes to the database.
Read it here: http://blogs.msdn.com/efdesign/archive/2009/03/24/self-tracking-entities-in-the-entity-framework.aspx
A good article about Implementing N-Tier with the Entity Framework can also be found it this month’s MSDN issue:
http://msdn.microsoft.com/en-us/magazine/ee321569.aspx
Posted
30 Jul 2009 10:18 PM
by
Gal Ratner