I have a List of multiple data(20000 Records),I have insert and update the List from C# to SQL server database.
I have already used Z.EntityFramework.ExtensionMethods but it is paid. SqlBulkCopy is working in Case of Insert only,how to update the dataTable from the List.