EntityFrameworkCore.SqlServer.SimpleBulks icon indicating copy to clipboard operation
EntityFrameworkCore.SqlServer.SimpleBulks copied to clipboard

Very simple .net library that supports bulk insert (retain client populated Ids or return db generated Ids), bulk update, bulk delete and bulk merge operations. Lambda Expression is supported.

Results 3 EntityFrameworkCore.SqlServer.SimpleBulks issues
Sort by recently updated
recently updated
newest added

I have seen other solutions use the ‘WITH (HOLDLOCK)‘ hint when generating the merge statement. Is this hint missing from your solution? See https://weblogs.sqlteam.com/dang/2009/01/31/upsert-race-condition-with-merge/ Also, do you drop the temporary...

First I want to thank you for this **excellent project**. It works great and it is really fast. The only thing I'd love to have is to be able to...

Is there any performance comparison between datatable and zlib libraries?