Coding

Dapper – a simple object mapper for .NET

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.

It aims to relieve the developer from a significant portion of relational data persistence-related programming tasks

Dapper is free and open source software.

Key Features

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

Website: github.com/DapperLib/Dapper
Support:
Developer: Marc Gravell and many contributors
License: Apache License v2.0

Dapper is written in C#. Learn C# with our recommended free books and free tutorials.


Related Software

C# Object-Relational Mapping Software
Entity Framework CoreModern object-database mapper for .NET.
DapperSimple object mapper for .NET
NHibernateMature, open source object-relational mapper for .NET
LINQ to DBLINQ database access library
RepoDBHybrid ORM library for .NET
VenflowFast and lightweight ORM for PostgreSQL

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments