I was wondering why the property AutoDetectChangesEnabledin DbContext is set to false by default.
I want to embed content in my context, and as you may know, automatic detection in false leads to better results.
I mean, if I know when to detect changes in my context, is there some reason why I shouldn't install AutoDetectChangesEnabledin false?
source
share