For a free option see EFCore.BulkExtensions. Did a test, six columns, 500,000 records in four seconds.
Entity Framework bulk functionalities (bulk insert,bulk delete)
Greivin Chaves
0
Reputation points
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:
- EF. Core.BulkExtensions https://www.nuget.org/packages/EFCore.BulkExtensions
- 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