Dapper ORM

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
Dapper
Original authorStack Overflow
Stable release
2.1.44[1] / April 12, 2024; 2 years ago (2024-04-12)
Repository
  • {{URL|example.com|optional display text}}Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).
Written inC#
Engine
    Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).
    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 | edit source]

    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 | edit source]

    Lua error in mw.title.lua at line 392: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').

    References

    [edit | edit source]
    1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    2. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    3. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    4. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    5. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    [edit | edit source]