ExecuteUpdate and ExecuteDelete | Bulk operations in Entity Framework Core (EF Core 8)

Опубликовано: 26 Март 2026
на канале: Nitish Kaushik
1,670
30

ExecuteUpdate (ExecuteUpdateAsync ) and ExecuteDelete (ExecuteDeleteAsync ) are new methods in Entity Framework Core. ExecuteUpdate and ExecuteDelete methods were there in EF Core 7 but their implementation has been updated now in EF Core 8.

If you need to perform bulk operations on the database using Entity Framework Core then you must use these methods. Although there is no change in the functionality, but their performance is top-level.
In this video, you will learn everything about ExecuteUpdate and ExecuteDelete methods to improve EF Core LINQ to SQL performance.

💰 SUPPORT Nitish Kaushik ☕💳 by donating for more quality content!
💳 Paypal: www.paypal.com/paypalme/nitishkaushik
☕ BuyMeACoffee: www.buymeacoffee.com/nitishkaushik
Your support is greatly appreciated! 🙌🎥📚

#ExecuteUpdateAsync #ExecuteDeleteAsync #efcore