EFCore.BulkExtensions

EntityFrameworkCore extensions (performance improvement - into overdrive):

-Bulk operations (super fast): Insert, Update, Delete, Read, Upsert, Sync, SaveChanges.

-Batch ops: Delete, Update - Deprecated from EF8 since EF7+ has native Execute-Up/Del.

-AddOps (additional): Truncate.

Library is Lightweight and very Efficient (warp speed), having all mostly used CRUD operation.

Was selected in top 20 EF Core Extensions recommended by Microsoft.

Latest version is using EF Core 8.

Supports all 4 mayor sql databases: SQLServer, PostgreSQL, MySQL, SQLite.

Check out Testimonials from the Community and User Comments.

Icon>> and Logo (__):

<img src="/EFCore.BulkExtensions/EFCoreBulk.png" height=60> & <img src="EFCoreBulkLogo_small.png" height=60>

(f.forward | rocket time)