Harman Patil (Editor)

Dapper ORM

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Written in
  
C#

Operating system
  
Cross-platform

Stable release
  
1.50.1 / July 8, 2016 (2016-07-08)

Platform
  
.NET 3.5 or 4.0 and Mono

Type
  
Object-relational mapping

License
  
Apache License 2.0 or MIT License

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. 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.

Feature summary

The following are the key features of Dapper:

  • Speedy and fast performance
  • Fewer lines of code
  • Object mapper
  • Choice of static/dynamic object binding
  • Easy handling of SQL query
  • Multiple query support
  • Support and easy handling of stored procedures
  • Operating directly on IDBConnection class
  • Bulk data insert functionality
  • References

    Dapper ORM Wikipedia