Microsoft.EntityFrameworkCore Extension Methods
Entity Framework Extensions extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more.
Support: SQL Server, MySQL, Oracle, PostgreSQL, SQLite, and more!
Example:...
More information
Entity Framework Extensions extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more.
Support: SQL Server, MySQL, Oracle, PostgreSQL, SQLite, and more!
Example: https://dotnetfiddle.net/awlJdf
Benchmark:...
More information
Extend your IDbConnection with high-performance bulk operations
Features: BulkInsert, BulkDelete, BulkUpdate, BulkMerge, and more!
Support: SQL Server, MySQL, Oracle, PostgreSQL, SQLite, and more!
Online Example: https://dotnetfiddle.net/ltIqrC
Include free and prime features.
Extend your DbContext with high-performance bulk operations
Features: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge
Support: SQL Server, MySQL, Oracle, PostgreSQL, SQLite, more
Include free and prime features.
Entity Framework Extensions extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more.
Example: https://dotnetfiddle.net/awlJdf
Benchmark: https://dotnetfiddle.net/35mQ0W
EF Core Package:...
More information
Entity Framework Extensions extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more.
Example: https://dotnetfiddle.net/awlJdf
Benchmark: https://dotnetfiddle.net/35mQ0W
EF Core Package:...
More information
Simple library for cascade bulk-insert using Entity Framework supporting MS SQL
Features:
- Bulk-insert EF entities, info about entities is retrieved from EF
- retrieve Id from DB for identity PK using Hi/Lo algorithm
- propagation id to foreign key columns
- cascade...
More information
SqlBulkTools features an easy to use fluent interface for performing SQL operations in c#. Supports Bulk Insert, Update, Delete and Merge. Includes advanced features such as output identity, delete entities conditionally (for merging), exclude column(s) from update (for merging), single entity...
More information
Inserts List of data into the database using sql bulk insert. Internally maps the List to datatable and column mappings. check the Project site link for example
DataTablePlus provides some helpful extensions in order to transform list of objects into data tables (it's able to use the object definitions and/or EntityFramework/EntityFrameworkCore mappings for creating the data table schema as well as its data) and also some SQL helpers capable of performing...
More information