Skip to main content
dapper package icon

dapper

A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..

Total Downloads
722.6M
722,578,824
Published
Mar 6, 2024
Latest stable version

Install

.NET CLI
dotnet add package dapper --version 2.1.35
Package Manager Console
Install-Package dapper -Version 2.1.35
PackageReference
<PackageReference Include="dapper" Version="2.1.35" />

Frameworks

.NETFramework4.6.1 .NETFramework5.0 .NETFramework7.0 .NETStandard2.0

Dependencies

[4.7.0, )

Adoption guide

Teams that want explicit SQL ownership, predictable query plans and thin data access layers.

Dapper guide
Why it appears in the guide: Core micro-ORM focused on fast materialization and minimal abstraction over SQL. Trade-off: You must own SQL composition, migration strategy and relational modeling discipline yourself.

Compatibility metadata lists 4 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.