- When to use
- Impact on the performance.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaimin ShethiyaPosted Jan 8, 2025, 1:49 AM
Hello,
When you have read only operations at the moment you can use the AsNoTracking method for better performance.
Thanks
Jignesh KumarPosted Jan 7, 2025, 6:10 PM
Hello Shubam,
AsNoTracking()in read-only scenarios to enhance performance.