Tag: dapper
Bulk insert in Dapper
Dapper is a simple object mapper, a nuget package that extends the IDbConnection interface. This powerful package come in handy when writing simple CRUD operations. The thing I struggle from time to time is handling big data with Dapper. When handling hundreds of thousands of objects at once brings a whole variety of performance problems… Continue reading Bulk insert in Dapper
Code review #1 – dapper and varchar parameters
This is a first post about great code review feedback, that I either gave or received. It will always consist of 3 parts: context, review feedback and explanation. You can go ahead and read previous ones here: https://www.michalbialecki.com/2019/06/21/code-reviews/. So lets not wait anymore and get to it. The context This is a simple ASP.Net application, that… Continue reading Code review #1 – dapper and varchar parameters