Skip to content

Files

Latest commit

f635096 · Aug 21, 2022

History

History
This branch is 11 commits behind linkdotnet/BlogExamples:main.

EF7Bulk

EF7 - Bulk updates and Bulk deletes

Finally the long awaited bulk update and bulk delete feature is heading towards Entity Framework 7. So we will have a look how to use it and what might be some limitations.

Also I will have a quick look at the performance aspect, because this was the main driver for that feature.

Found here