Hubbry Logo
search button
Sign in
Dapper ORM
Dapper ORM
Comunity Hub
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Dapper ORM
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Dapper ORM Wikipedia article. Here, you can discuss, collect, and organize anything related to Dapper ORM. The purpose of the hub is to connect people, fos...
Add your contribution
Dapper ORM
Dapper
Original author(s)Stack Overflow
Stable release
2.1.44[1] / April 12, 2024; 16 months ago (2024-04-12)
Repository
Written inC#
Operating systemCross-platform
Platform.NET 4.6.1 and .NET Standard 2.0[2]
TypeObject–relational mapping
LicenseApache License 2.0[3] or MIT License
Websitegithub.com/DapperLib/Dapper

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 dual license, either the Apache License 2.0 or the MIT License.

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]