EntityFrameworkCore.SqlServer.SimpleBulks
Bulk tool
A .NET Core library providing bulk data operations for SQL Server databases.
Fast and simple bulk insert (retain client populated Ids or return db generated Ids), bulk update, bulk delete, bulk merge and bulk match for SQL Server.
160 stars
7 watching
26 forks
Language: C#
last commit: 18 days ago
Linked from 3 awesome lists
bulkdeletebulkinsertbulkmergebulkupdateefcoreentityframeworkcorenetnetcore
Related projects:
Repository | Description | Stars |
---|---|---|
twentyfourminutes/postgresql.bulk | Provides fast bulk data insertion for PostgreSQL databases using Npgsql | 3 |
softfluent/entityframeworkcore.dataencryption | An extension to Entity Framework Core that adds support for encrypting data in entity properties | 329 |
giorgi/entityframework.exceptions | A set of strongly typed exceptions for Entity Framework Core to handle common database errors and provide more informative error messages. | 1,512 |
nickstrupat/entityframework.softdeletable | Provides base classes and helpers for managing soft-deletable data in EntityFramework applications. | 3 |
iotsharp/entityframeworkcore.taos | A .NET provider for TDengine's ADO.NET interface, enabling access to the database through Entity Framework Core. | 171 |
embulk/embulk | A parallel bulk data loader that helps transfer data between various storages and systems. | 1,755 |
miku/esbulk | Utility for efficient bulk loading of data into an Elasticsearch index | 281 |
demetrixbio/fsharp.data.npgsql | An F# type provider library for accessing and manipulating data in PostgreSQL databases. | 127 |
moonstorm/fastcrud | A fast and strongly typed .NET ORM library for interacting with various relational databases. | 506 |
fransbouma/rawdataaccessbencher | Benchmarks various .NET data access/ORM implementations for entity materialization speed | 189 |
msallin/sqlitecodefirst | A library that enables .NET developers to create and manage SQLite databases using Entity Framework's CodeFirst approach. | 612 |
damienbod/aspnetcorenlog | An ASP.NET Core application demonstrating configuration and usage of NLog with various logging targets including MS SQL Server, PostgreSQL, MySQL, and Elasticsearch. | 60 |
tugberkugurlu/aspnetcore.identity.mongodb | A library that enables data storage and management of user membership information in MongoDB using ASP.NET Core Identity. | 230 |
sashman/elasticsearch_elixir_bulk_processor | Efficiently inserts data into Elasticsearch using configurable bulk payloads and GenStage-based backpressure handling | 14 |
victortzeng/zxw.framework.netcore | A .NET Core framework for rapid development of applications using EF Core's Code First pattern | 764 |