EF6 Bulk Insert

Entity Framework can be slow when inserting data using a foreach loop for example. This Method uses the SqlBulkCopy class to speed…