<div class="votecell post-layout--left"> <div class="vote">0
down vote
favorite<div class="favoritecount"></div> </div> </div> <div class="postcell post-layout--right"> <div class="post-text" itemprop="text">
I found a line here [https://docs.microsoft.com/en-us/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/advanced-entity-framework-scenarios-for-an-mvc-web-application]
"This version of the tutorial doesn't set the Modified flag on a model-binder-created entity in the Edit method, so it doesn't need AsNoTracking."
1) Does that mean if I do not modify my records, then, in that case, there will not be any memory benefit if I use asnotracking or switch of tracking for the whole ef?
2) will there be any benefit if I switch of tracking for my reporting web site?
yours sincerely
</div> </div>