entityframeworkextensions.net - EF6 and EF Core Bulk Extensions | Bulk Insert, Update, Delete, Upsert

Description: Optimize EF Core and EF6 with Entity Framework Extensions. Use the fastest Bulk Extensions to perform Bulk Insert, Bulk Update, Bulk Delete, Bulk Merge, and Bulk Upsert operations with compatibility across all EF versions, including EF Core 7, 6, 5, 3, and EF6. Improve your database operations - try it now.

Example domain paragraphs

Use BulkSaveChanges to execute bulk operations when saving a large number of entities for maximal performance.

Use BatchSaveChanges to combine SQL generated by SaveChanges to reduce database round-trip.

Get access to our BatchSaveChanges feature to dramatically improve your saving performance