Skip to content

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 …

License

Notifications You must be signed in to change notification settings

shahedbd/DapperCRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dapper CRUD

ASP.NET MVC CRUD Operation using Dapper Micro ORM


Dapper is a light-weight ORM (Object Relational Mapping) tool, which helps the developers to map their database with POCO
(Plain Old CLR Object) /MODEL. Dapper is free and open source. Dapper was developed by Sam Saffron, Marc Gravell, and Nick Craver.

If you are willing to write the SQL Query and take the taste of ORM, then Dapper is a good choice for you. Dapper makes it very easy to handle all kinds of database operations.

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

Dapper Resources

http://dapper-tutorial.net/dapper https://github.com/StackExchange/Dapper
https://en.wikipedia.org/wiki/Dapper_ORM

🎈

About

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 …

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published