Insane performance boost in EF core using bulk operations #dotnet #aspnetcore #csharp #efcore

preview_player
Показать описание
In this video, I dive into the insane performance boost you can achieve in .NET by leveraging bulk operations with ExecuteUpdateAsync and ExecuteDeleteAsync from EF Core. I demonstrate two approaches for updating and deleting records: the traditional method that loads entities into memory and processes them using foreach loops, and the optimized bulk operation method. The difference? 6 seconds vs. 0.1 seconds!
Рекомендации по теме
Комментарии
Автор

Thanks for the short Remik, keep good work❤

TuCominek