Skip to content

Commit cb53906

Browse files
Update batch-update.md
1 parent 73c9588 commit cb53906

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs2/pages/documentations/batch-update.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Batch Update
22

3+
> This feature is now available on [Entity Framework Classic - Update from Query](http://entityframework-classic.net/update-from-query). Entity Framework Classic is a supported version from the latest EF6 code base. It supports .NET Framework and .NET Core and overcomes some EF limitations by adding tons of must-haves built-in features.
4+
35
## Introduction
46

57
Updating using Entity Framework can be very slow if you need to update hundreds or thousands of entities with the same expression. Entities are first loaded in the context before being updated which is very bad for the performance and then, they are updated one by one which makes the update operation even worse.

0 commit comments

Comments
 (0)