Dapper.SqlBuilder 2.1.66

Dapper

Dapper is a simple micro-ORM used to simplify working with ADO.NET; if you like SQL but dislike the boilerplate of ADO.NET: Dapper is for you!

As a simple example:

string region = ...
var customers = connection.Query<Customer>(
    "select * from Customers where Region = @region", // SQL
    new { region } // parameters
    ).AsList();

But all the execute/single-row/scalar/async/etc functionality you would expect: is there as extension methods on your DbConnection.

See GitHub for more information and examples.

Sponsors

Dapper was originally developed for and by Stack Overflow, but is F/OSS. Sponsorship is welcome and invited - see the sponsor link at the top of the page. A huge thanks to everyone (individuals or organisations) who have sponsored Dapper, but a massive thanks in particular to:

Dapper Plus logo

No packages depend on Dapper.SqlBuilder.

.NET Framework 4.6.1

.NET 8.0

.NET Standard 2.0

Version Downloads Last updated
2.1.66 0 04/04/2025
2.0.78 0 11/18/2020
2.0.35 0 04/05/2020
2.0.30 0 09/27/2019
2.0.4 0 08/29/2019
1.60.1 1 04/04/2025
1.50.5 0 05/18/2018
1.50.4 0 11/26/2017
1.50.4-alpha1-00070 0 09/14/2017
1.50.0 0 07/01/2016
1.50.0-rc3 0 06/28/2016
1.50.0-rc2 0 05/27/2016
1.40.1 0 12/05/2016
1.40.0 0 04/08/2015