.NET Dapper Contrib - Easy CRUD Method So far, we have looked at CRUD operations by implementing the operations ourselves using SQL. Dapper Contrib takes it up one step further and provides us with a neat methods to do the CRUD tasks for us.