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
Dependencies
System.Reflection.Emit.Lightweight
[4.7.0, )
.NETStandard2.0
Adoption guide
Teams that want explicit SQL ownership, predictable query plans and thin data access layers.
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.