Dapper QueryBuilder Overview

30% OFF - 9th Anniversary discount on Dapper Plus until December 15 with code: ZZZANNIVERSARY9

Dapper Plus is a NuGet library that extends your IDbConnection and IDbTransaction interfaces.

  • It provides very useful helper methods that perform bulk operations with high efficiency.
  • You can use this powerful library with or without Dapper.
  • It is compatible with all other Dapper packages.

Dapper Plus Mapper allows you to map the entity to the database table and configure options to perform Bulk Actions.

Installation

You can easily install it from the Package Manager Console window by running the following command.

PM> Install-Package Z.Dapper.Plus

Why Dapper Plus?

  • Dapper Plus allows you to save data in a bulk as fast as possible and make your application responsive.
  • It is easy to use and easy to customize.
  • With Dapper Plus you can insert, update, delete and synchronize data without writing SQL.
  • You will get outstanding customer support and hundreds of Online Examples to help you get started.

Supported Providers

Dapper Plus supports all major database providers;

  • SQL Server 2008+
  • SQL Azure
  • SQL Compact
  • Oracle
  • MySQL
  • PostgreSQL
  • SQLite


Got any Dapper QueryBuilder Question?