Stefan Đokić | .NET (@thecodeman__) 's Twitter Profile
Stefan Đokić | .NET

@thecodeman__

➡️ Level Up with Everyday .NET Content | Microsoft MVP
➡️ YouTube: youtube.com/@thecodeman_
➡️ TheCodeMan.net Newsletter

ID: 491684234

linkhttps://thecodeman.net calendar_today13-02-2012 22:21:57

2,2K Tweet

6,6K Followers

236 Following

Stefan Đokić | .NET (@thecodeman__) 's Twitter Profile Photo

Yesterday, I tested Bulk Inserts in #dotnet I compared Dapper and Dapper Plus. Every developer hits this moment: you need to import a big batch of data - maybe from a CSV file - into SQL Server. At first, it seems simple enough: loop through the rows and insert them one by

Yesterday, I tested Bulk Inserts in #dotnet

I compared Dapper and Dapper Plus.
 
Every developer hits this moment: you need to import a big batch of data - maybe from a CSV file - into SQL Server.
 
At first, it seems simple enough: loop through the rows and insert them one by