My current project requires everyday synchronization with external system. The synchronization is based on complex import file structure which is parsed and processed with e
Just sharing with you a GitHub project just for that, as of now, it supports Bulk insert/update/delete for Sql server transparently using SqlBulkCopy. https://github.com/MHanafy/EntityExtensions There're other goodies as well, and hopefully, It will be extended to do more down the track. Using it is as simple as
var insertsAndupdates = new List
Hope it helps!