EF Code First Change Tracking

Change tracking is a central concept for every Object-Relational Mapper, including Entity Framework. When doing updates to objects the normal work flow with Entity Framework has three steps. Retrieve data from the database. Update some properties on some objects. Save the updates to the database. In the third step Entity Framework has to find out… Continue reading EF Code First Change Tracking