Dapper is a micro-ORM, used to provide easy and convenient data acccess functionality using TSQL. It does all the heavy lifting of parameterisation and object materialization, in a highly optimised way (the benchmarks illustrate that it is simply the fastest general purpose library for such).
It does *not* provide the full range of features you associate with an ORM (change-tracking and submitting changes to a database) - that is not it's intended role; it is, however, staggeringly fast - and very effective for read-heavy (rather than write-heavy) use-cases.
Commercial Use
Modify
Distribute
Place Warranty
Sub-License
Private Use
Use Patent Claims
Hold Liable
Use Trademarks
Include Copyright
State Changes
Include License
Include Notice
These details are provided for information only. No information here is legal advice and should not be used as such.
There are no reported vulnerabilities