awesome-repositories.comKategorienBlog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 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·6 Aufrufewww.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-Verlauf

Star-Verlauf für phongnguyend/entityframeworkcore.sqlserver.simplebulksStar-Verlauf für phongnguyend/entityframeworkcore.sqlserver.simplebulks

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu EntityFrameworkCore.SqlServer.SimpleBulks

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit EntityFrameworkCore.SqlServer.SimpleBulks.
  • abrahambotros/loreA

    abrahambotros/lore

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • astaxie/beegoA

    astaxie/beego

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • albrow/zoomA

    albrow/zoom

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • borisdj/efcore.bulkextensionsAvatar von borisdj

    borisdj/EFCore.BulkExtensions

    3,996Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,996
Alle 30 Alternativen zu EntityFrameworkCore.SqlServer.SimpleBulks anzeigen→

Häufig gestellte Fragen

Was macht phongnguyend/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.

Was sind die Hauptfunktionen von phongnguyend/entityframeworkcore.sqlserver.simplebulks?

Die Hauptfunktionen von phongnguyend/entityframeworkcore.sqlserver.simplebulks sind: Object Relational Mappers, Object Relational Mapping.

Welche Open-Source-Alternativen gibt es zu phongnguyend/entityframeworkcore.sqlserver.simplebulks?

Open-Source-Alternativen zu phongnguyend/entityframeworkcore.sqlserver.simplebulks sind unter anderem: 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.