Are you still updating records in Entity Framework Core using SaveChanges()?
In EF Core 7, there’s a much better, faster, and safer way to update data — and most developers are still missing it.
In this video, we deep-dive into modern update patterns in EF Core 7, focusing on ExecuteUpdate(), a feature designed for high-performance, bulk, and server-side updates without loading entities into memory.
⚠️Important Note
ExecuteUpdate() bypasses the change tracker — which is powerful, but also dangerous if used incorrectly. This video explains exactly when to use it and when to avoid it.
0:00 Introduction
1:10 Code Setup
2:40 Problem with SaveChanges Method
3:44 Use ExecuteUpdate Method
8:40 Where to use this ?
Please watch the entire playlist here
• What is ORM? | Object-Relational Mapping E...