.NET & C# · Entity Framework Core
What is a common mistake with change tracking and AsNoTracking in Entity Framework Core?
Tracking large read-only result sets wastes memory and CPU and may lead to accidental updates.
Tracking large read-only result sets wastes memory and CPU and may lead to accidental updates.