Entity Framework bulk functionalities (bulk insert,bulk delete)

Greivin Chaves 0 Reputation points
2024-02-19T21:21:00.5366667+00:00

I'm currently working on an enterprise project that requires some logic for bulk functionalities using Entity Framework.

We found a couple of options but both are under licence:

  1. EF. Core.BulkExtensions https://www.nuget.org/packages/EFCore.BulkExtensions
  2. Z.EntityFramework.Extensions.EFCore: https://www.nuget.org/packages/Z.EntityFramework.Extensions.EFCore

Wondering if there is some other free options or if we need to decide to buy one of these license which is the best? thinking on support, pricing, etc.

Thanks

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
717 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Karen Payne MVP 35,291 Reputation points
    2024-02-22T07:48:38.92+00:00

    For a free option see EFCore.BulkExtensions. Did a test, six columns, 500,000 records in four seconds.