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 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.
by David De Leeuw 2021
Refactoring a complicated procedural program, using SQL, Dapper, simple objects, lambda etc.
by Jakob Lithner
Dapper offers fast database handling with custom SQL strings. This wrapper simplifies life by taking generic POCO objects and creates necessary SQL strings on the fly, and it is still very fast!