Programming
Thread Safe DataTable Inserts and SqlBulkCopy
As part of a project where I was running multiple threads making API calls like this I was making a stored procedure call to log the results to an SQL database for each result returned. This worked fine when a low number of threads was used but then started to Read more…