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

Developer technologies | .NET | Entity Framework Core
{count} votes

1 answer

Sort by: Most helpful
  1. Karen Payne MVP 35,586 Reputation points Volunteer Moderator
    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.