You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# EFCore.BulkExtensions
2
2
EntityFrameworkCore extensions that offer enterprise-grade performance boost - into overdrive:
3
3
-Bulk operations (super fast, en masse DB Protocol): **Insert, Update, Delete, Read, Upsert, Sync, SaveChanges.**
4
-
-Batch ops (chunk-oriented processing): **Update, Delete** - Deprecated from EF8 since EF7+ has native Execute-Up/Del.
4
+
-Batch ops (chunk-oriented processing): **Update, Delete** - Deprecated from EF8 (v7+ has native Execute-Up/Del).
5
5
-AddOp (additional improvement): **Truncate.**
6
6
Library is Lightweight and very Efficient (warp speed), having all mostly used [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) operation.
7
7
Was selected in top 20 [EF Core Extensions](https://docs.microsoft.com/en-us/ef/core/extensions/) recommended by Microsoft.
0 commit comments