I am currently working on an audit trail feature and using the entity framework....the current code works but takes long time to run....public class MyDbContext : DbContext {
public int SaveChanges() {
// get changes from ChangeTracker.DetectChange...