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

preview_player
Показать описание
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!
Your support is greatly appreciated! 🙌🎥📚

#ExecuteUpdateAsync #ExecuteDeleteAsync #efcore
Рекомендации по теме
Комментарии
Автор

Hi, but how to work with bulk update of dynamic rows

RamaatchutaraoBoddeda
Автор

How are these better than EF 7 versions?

microtech