awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
phongnguyend avatar

phongnguyend/EntityFrameworkCore.SqlServer.SimpleBulks

0
View on GitHub↗
200 stars·28 forks·C#·MIT·8 viewswww.nuget.org/packages/EntityFrameworkCore.SqlServer.SimpleBulks↗

EntityFrameworkCore.SqlServer.SimpleBulks

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.

Features

  • Object Relational Mappers - Library for high-speed bulk synchronization of records in EF Core.
  • Object Relational Mapping - Bulk synchronization for SQL Server.

Star history

Star history chart for phongnguyend/entityframeworkcore.sqlserver.simplebulksStar history chart for phongnguyend/entityframeworkcore.sqlserver.simplebulks

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to EntityFrameworkCore.SqlServer.SimpleBulks

Similar open-source projects, ranked by how many features they share with EntityFrameworkCore.SqlServer.SimpleBulks.
  • abrahambotros/loreA

    abrahambotros/lore

    0View on GitHub↗
    View on GitHub↗0
  • astaxie/beegoA

    astaxie/beego

    0View on GitHub↗
    View on GitHub↗0
  • albrow/zoomA

    albrow/zoom

    0View on GitHub↗
    View on GitHub↗0
  • borisdj/efcore.bulkextensionsborisdj avatar

    borisdj/EFCore.BulkExtensions

    3,996View on GitHub↗

    EFCore.BulkExtensions is a library for executing high-performance batch insert, update, and delete operations within the Entity Framework Core ecosystem. It functions as a database batch processing toolkit and a wrapper for native SQL Bulk Copy to enable faster data ingestion and synchronization across multiple database providers. The library provides specialized capabilities for relational data synchronization, allowing users to align database tables with local entity lists through bulk upserts and conditional synchronization. It also supports relational data graph insertions, which enable t

    C#batchbulkcopy
    View on GitHub↗3,996
See all 30 alternatives to EntityFrameworkCore.SqlServer.SimpleBulks→

Frequently asked questions

What does phongnguyend/entityframeworkcore.sqlserver.simplebulks do?

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.

What are the main features of phongnguyend/entityframeworkcore.sqlserver.simplebulks?

The main features of phongnguyend/entityframeworkcore.sqlserver.simplebulks are: Object Relational Mappers, Object Relational Mapping.

What are some open-source alternatives to phongnguyend/entityframeworkcore.sqlserver.simplebulks?

Open-source alternatives to phongnguyend/entityframeworkcore.sqlserver.simplebulks include: borisdj/efcore.bulkextensions — EFCore.BulkExtensions is a library for executing high-performance batch insert, update, and delete operations within… collaboratingplatypus/petapoco — Official PetaPoco, A tiny ORM-ish thing for your POCO's. albrow/zoom. abrahambotros/lore. astaxie/beego. coocood/qbs.