26
Jan
2012
SqlBulkCopy for Generic List<T> (useful for Entity Framework & NHibernate)
A common complaint of the Entity Framework is slow insert times for larger datasets. Last night I was trying to insert a catalog of 15k products and it was taking a very long time (I gave up after 5 minutes). I recalled this post a while back from Mikael Eliasson demonstrating SqlBulkCopy using .NET. I […]
Read More