Skip to content

Commit d20b58c

Browse files
authored
Update README.md
1 parent b195655 commit d20b58c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# EFCore.BulkExtensions
22
EntityFrameworkCore extensions that offer enterprise-grade performance boost - into overdrive:
33
-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).
55
-AddOp (additional improvement): **Truncate.**
66
Library is Lightweight and very Efficient (warp speed), having all mostly used [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) operation.
77
Was selected in top 20 [EF Core Extensions](https://docs.microsoft.com/en-us/ef/core/extensions/) recommended by Microsoft.

0 commit comments

Comments
 (0)