EFCore.BulkExtensions
CRUD extension
A set of Entity Framework Core extensions for bulk CRUD operations on various databases.
Entity 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
4k stars
88 watching
588 forks
Language: C#
last commit: 7 days ago
Linked from 4 awesome lists
batchbulkcopyefcoreentity-framework-coreentityframeworkentityframeworkcoremysqlpostgresqlsqlsqlbulkcopysqlitesqlserver
Related projects:
Repository | Description | Stars |
---|---|---|
zzzprojects/entityframework-plus | Enhances Entity Framework with additional features and improvements for performance and batch operations | 2,267 |
phongnguyend/entityframeworkcore.sqlserver.simplebulks | A .NET Core library providing bulk data operations for SQL Server databases. | 160 |
dotnet/efcore | A modern object-database mapper for .NET, supporting LINQ queries and schema migrations. | 13,787 |
mongodb/mongo-efcore-provider | Provides a bridge between Entity Framework Core and MongoDB, enabling the use of EF Core's features with a MongoDB backend. | 332 |
twentyfourminutes/postgresql.bulk | Provides fast bulk data insertion for PostgreSQL databases using Npgsql | 3 |
erikej/efcorepowertools | Tools for reverse engineering and visualizing EF Core models in Visual Studio and the command line. | 2,187 |
thliborius/efcorenexus | A set of libraries and tools to simplify the integration of Entity Framework Core into Blazor applications. | 3 |
npgsql/efcore.pg | A provider that allows .NET developers to interact with PostgreSQL databases using the Entity Framework Core API. | 1,565 |
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 |
louthy/language-ext | A C# library that enables declarative and pure functional programming by providing extensions to the language. | 6,527 |
rowanmiller/demo-efcore | Provides resources and code for delivering a talk about Entity Framework Core | 114 |
jonpsmith/efcore.genericservices | A library to simplify CRUD access for web/mobile/desktop applications using EF Core. | 602 |
softfluent/entityframeworkcore.dataencryption | An extension to Entity Framework Core that adds support for encrypting data in entity properties | 329 |
victortzeng/zxw.framework.netcore | A .NET Core framework for rapid development of applications using EF Core's Code First pattern | 764 |
fluentmigrator/fluentmigrator | A migration framework for .NET that enables developers to manage and version their database schema | 3,265 |