EF .NET4 Insertar Mejore el rendimiento

yourContext.Configuration.AutoDetectChangesEnabled = false;
yourContext.Configuration.ValidateOnSaveEnabled = false;
Ahmed Elfaham