20 skills found
borisdj / EFCore.BulkExtensionsEntity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite, Oracle
zzzprojects / Dapper PlusDapper Plus - High-Efficient Bulk Actions (Insert, Update, Delete, and Merge) for .NET
zzzprojects / EntityFramework ExtensionsEntity Framework Bulk Operations | Improve Entity Framework performance with Bulk SaveChanges, Insert, update, delete and merge for SQL Server, SQL Azure, SQL Compact, MySQL and SQLite.
olegil / SqlBulkToolsHigh-performance C# Bulk operations for SQL Server (starting from 2008) and Azure SQL Database. Supports Bulk Insert, Update, Delete & Merge. Uses SQLBulkCopy under the hood. Please leave a Github star if you find this project useful.
jbogard / Bulk WriterProvides guidance for fast ETL jobs, an IDataReader implementation for SqlBulkCopy (or the MySql or Oracle equivalents) that wraps an IEnumerable, and libraries for mapping entites to table columns.
zzzprojects / Bulk OperationsC# SQL Bulk Operations | High-performance C# bulk insert, update, delete and merge for SQL Server, SQL Azure, SQL Compact, MySQL, and SQLite.
PhenX / PhenX.EntityFrameworkCore.BulkInsertSuper fast bulk insertion for Entity Framework Core on SQL Server, PostgreSQL, Sqlite, MySQL and Oracle
ErikEJ / SqlCeBulkCopy.NET Library for loading data fast (doing bulk inserts) into a SQL Server Compact database file. Attempts to mimic the SqlClient SqlBulkCopy API.
cajuncoding / SqlBulkHelpersLightweight library for working with high performance bulk updates & materialized data in SQL Server with support for Identity columns, Annotations, Materialization from disparate systems, etc.
sergeykonkin / DapperLikeSqlBulkCopy wrapper with Dapper-like API
aidforwork / PaperSource.EF.SqlBulkCopyThe source code demonstrating the EF and SqlBulkCopy performance in Insert/Update scenarios.
ayrat162 / BulkInsertDemo Implementation of SqlBulkCopy for Generic Class. Free and simple version of "Dapper Plus - Bulk Insert"
brettwerner / SqlBulkCopySQL Bulk Copy is a .NET wrapper for the ODBC Bulk Copy API.
dezfowler / SqlBulkUpsertWrapper around SqlBulkCopy for upserting multiple rows and retrieving their identities.
stevekirks / Sql Bulk Copy MergeThis .NET library aims to simplify two common workflows that copy table data between SQL Server databases
RusselWebber / ArrowsqlbcpyPython library that uses Apache Arrow and .Net SqlBulkCopy to load data into SQL Server
AscarGb / DbfToMsSQLApp for loading large dbf files into ms sql server database via SqlBulkCopy
dazfuller / EFBulkInsertA sample program showing different methods of bulk inserting data including breaking out into System.Data.SqlClient.SqlBulkCopy
Wimmen / SqlBulkCopyListReaderAn IDataReader implementation for IEnumerable<T> for use in SqlBulkCopy class
ChuckBryan / UploadExcelFilesDemo project for NPOI Mapper and SqlBulkCopy