Bulk Insert from Generic List into SQL Server with minimum lines of code
Entity Framework and even classic ADO.NET is very slow when you need to perform a large number of inserts into the database. Calling 1000 times INSERT INTO is not efficient because for every INSERT operation, [Read More…]