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...