Dapper ORM

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.

Dapper
Stable release
2.0.35[1] / April 5, 2020 (2020-04-05)
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/StackExchange/Dapper

Feature summary

The following are the key features of Dapper:

  • Speedy and high 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 interface
  • Bulk data insert functionality
gollark: How much of it, anyway?
gollark: Not sure that needs a ping...
gollark: I mean, they are newish features, but I'm not sure they're interesting enough to be worth an entirely new purchase vs KSP 1, with its mods.
gollark: This KSP 2 looks quite like existing KSP with better graphics (well, that's the trailer, not necessarily ingame footage) and more parts for colonies and stuff.
gollark: You know, if I remember correctly, one of the RGB SSDs around was mis-powering its LEDs and making the actual SSD overheat.

See also

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.