Insane performance boost in EF core using bulk operations

Опубликовано: 12 Сентябрь 2024
на канале: Remigiusz Zalewski
664
42

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!

By avoiding unnecessary data loading, you can massively improve performance, especially in large-scale applications. Watch now to see how you can supercharge your .NET code!

Source code: https://github.com/RemigiuszZalewski/...

#dotnet #efcore #csharp


Смотрите видео Insane performance boost in EF core using bulk operations онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Remigiusz Zalewski 12 Сентябрь 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 66 раз и оно понравилось 4 людям.