Top 20 NuGet sqlbulkcopy Packages
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: https://do...
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: https://dotnetfi...
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.
An improved version of SqlBulkCopy.
Features: BulkInsert, BulkDelete, BulkUpdate, BulkMerge, and more!
Support: SQL Server, MySQL, Oracle, PostgreSQL, SQLite, and more!
DataTable Example: https://dotnetfiddle.net/2B7QpT
Entity Example: https://dotnetfiddle.net/istUUT
Include free and prime feat...
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: https://www.nuget.org/packages/Z....
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: https://www.nuget.org/packages/Z....
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.
Utilidades para trabajar con SqlBulkCopy
SqlBulkCopyCat(alogue) - a configurable wrapper around the SqlBulkCopy .net Class supporting copying of data between databases.
Useful extension methods for .Net Standard 2.0 and above.
SqlBulkCopy wrapper with Dapper-like API
A convention based wrapper around the SqlBulkCopy utility.
Entity Framework Extensions extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more.
Supported Provider: SQL Server, SQL Azure, PostgreSQL, SQL Compact, MySQL, and SQLite.
Entity Framework: Bulk Insert, BulkSaveChanges, Bulk Update, Bulk Delete, Bulk Merge, and Bulk Synchronize.
Support: SQL Server, SQL Azure, PostgreSQL
Coming soon: SQL Compact, Oracle, MySQL, and SQLite
This library is NOT FREE. Trial period always stops at the end of the month.
An IDataReader implementation for IEnumerable<T> for use in SqlBulkCopy class
Adds AsDataReader() & AsDataReaderOfObjects() to IEnumerable<T>, enabling IEnumerable<T> to be accessed as an IDataReader. Useful for loading data from a List<T>, LINQ expression or CSV parser into a database using SqlBulkCopy.