Top "Change-tracking" questions

Change tracking is the process of recording changes made to data as they are made.

Entity Framework 4.1+ many-to-many relationships change tracking

How can I detect changes of ICollection<> properties (many-to-many relationships)? public class Company { ... public virtual ICollection<Employee&…

entity-framework many-to-many change-tracking
Enable change tracking on all tables in database

Assuming change tracking is enabled on a SQL Server database, how do I enable change tracking on all the tables …

sql-server tsql change-tracking
EF 4.1 Code First - Determine What Properties Have Changed

I'm using Entity Framework 4.1 Code First. Is there a built-in way to get a list of what properties have changed …

c# entity-framework code-first change-tracking
What is the best architecture for tracking field changes on objects?

We have a web application that is built on top of a SQL database. Several different types of objects can …

sql architecture scalability change-tracking