Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / dapper

Dapper

dapper

Great Reads

by Rahul Rajat Singh
This article introduces Dapper to absolute beginners.
by Cathy Wun
This is the first part of Building an Employee Tracker using AngularJS and ASP.NET Web API Series.
by George Swan
An introduction to employing Dapper in an ASP.NET 7 application
by Vijaykumar Vadnal
We will discuss about how we can combine Dapper.NET and DapperExtensions to configure DAL to execute normal queries as well as Stored Procedures.

Latest Articles

by Rahul Rajat Singh
This article introduces Dapper to absolute beginners.
by Cathy Wun
This is the first part of Building an Employee Tracker using AngularJS and ASP.NET Web API Series.
by George Swan
An introduction to employing Dapper in an ASP.NET 7 application
by Vijaykumar Vadnal
We will discuss about how we can combine Dapper.NET and DapperExtensions to configure DAL to execute normal queries as well as Stored Procedures.

All Articles

Sort by Score

dapper 

by Rahul Rajat Singh
This article introduces Dapper to absolute beginners.
by George Swan
An introduction to employing Dapper in an ASP.NET 7 application
by Rick Drizin
Dapper Query Builder using String Interpolation and Fluent API
by Mishael Ogo
A look at a simple SQL builder for Dapper
by Yin Kan (Gavin) Lee
Stream large result set from Web API to WPF on background thread and display on Datagrid
by Rahul Rajat Singh
How to use dapper to read mutiple resultsets from database in a single database call