That annoying INSERT problem, getting data into the DB
A common issue many users have with Dapper is the ability to insert records into a database, in this post I cover some options and a solution I developed.
Writing about software, performance, Ruby, Discourse, and technology.
A common issue many users have with Dapper is the ability to insert records into a database, in this post I cover some options and a solution I developed.
In this post I explain how I ported a rather tricky page to dapper, it highlights usage of a new helper called SqlBuilder, that lives in Dapper.Contrib
I have been spending a fair amount of time tuning Stack Overflow, in this post I will walk through the process of tuning a single page.
Does the world even need another ORM? Why we took a step back at Stack Overflow and wrote our own mini ORM