11:33
Extremely easy way to bulk insert data into SQL Server using SqlBulkCopy class
DotNet Core Central
Insert bulk data into the SQL Server table from an in-memory source or another database table using the SqlBulkCopy class.
10:02
How To Quickly Bulk Update SQLITE Databases