Dapper ORM

This article is about the .NET library. For other uses, see Dapper.

This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)

icon

This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Dapper ORM" – news · newspapers · books · scholar · JSTOR
(January 2021) (Learn how and when to remove this message)

The topic of this article may not meet Wikipedia's notability guidelines for products and services. Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.
Find sources: "Dapper ORM" – news · newspapers · books · scholar · JSTOR
(September 2012) (Learn how and when to remove this message)

This article contains promotional content. Please help improve it by removing promotional language and inappropriate external links, and by adding encyclopedic text written from a neutral point of view.See our advice if the article is about you and read our scam warning in case someone asks for money to edit this article. (August 2012) (Learn how and when to remove this message)

(Learn how and when to remove this message)

Dapper
Original authorStack Overflow
Stable release

2.1.44[1] / April 12, 2024; 22 months ago

Written inC#
Operating systemCross-platform
Platform.NET 4.6.1 and .NET Standard 2.0[2]
TypeObject–relational mapping
LicenseApache License 2.0[3]
Websitegithub.com/DapperLib/Dapper
Repository

Dapper is an object–relational mapping (ORM) product for the Microsoft .NET platform. It provides a framework for mapping an object-oriented domain model to a traditional relational database.[4] Its purpose is to relieve the developer from a significant portion of relational data persistence-related programming tasks. Dapper is free as open source software that is distributed under the Apache License 2.0.

Dapper was originally developed for and by Stack Overflow.

Feature summary

[edit]

The Dapper team advertises the following features:[5]

  • Speedy and high performance
  • Choice of static/dynamic object binding
  • Handling of SQL query
  • Multiple query support
  • Support and handling of stored procedures

Read also

[edit]

References

[edit]

  1. ^ "Releases · DapperLib/Dapper". GitHub.
  2. ^ "Dapper - a simple object mapper for .Net". GitHub. 2 November 2021.
  3. ^ "Dapper - a simple object mapper for .Net". GitHub. 2 November 2021.
  4. ^ Kanjilal, Joydip (2023-08-24). "How to map object relationships using Dapper in ASP.NET Core". InfoWorld. Retrieved 2024-01-22.
  5. ^ "Releases · DapperLib/Dapper". GitHub.

[edit]