Bob
Have a question related to this hub?
Alice
Got something to say related to this hub?
Share it here.
![]() | 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)
|
Dapper | |
---|---|
Original author(s) | Stack Overflow |
Stable release | 2.1.44[1]
/ April 12, 2024 |
Repository | |
Written in | C# |
Operating system | Cross-platform |
Platform | .NET 4.6.1 and .NET Standard 2.0[2] |
Type | Object–relational mapping |
License | Apache License 2.0[3] or MIT License |
Website | github |
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.
The Dapper team advertises the following features:[5]