thangchung / awesome-dotnet-core

:honeybee: A collection of awesome .NET core libraries, tools, frameworks and software
19.99k stars 2.89k forks source link

Add EntityFrameworkCore.SqlServer.SimpleBulks #844

Closed phongnguyend closed 1 year ago

phongnguyend commented 1 year ago

EntityFrameworkCore.SqlServer.SimpleBulks is a very simple .net library that supports bulk insert (return db generated Ids), bulk update, bulk delete, and bulk merge operations. Lambda Expression is supported.