Sponsored Links

Senin, 22 Januari 2018

Sponsored Links

Asp.Net MVC and Dapper ORM - CRUD Operation Using SQL Server ...
src: i.ytimg.com

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.


Video Dapper ORM



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

Maps Dapper ORM



See also

  • List of object-relational mapping software
  • .NET Persistence API (NPA)

My Pass Summit 2017 Part 4 - Kankuru
src: kankuru.com


References


C# Tutorial - Insert Update Delete View data from database using ...
src: i.ytimg.com


External links

  • Dapper Homepage
  • NuGet Dapper package
  • Dapper Tutorial by Example
  • Dapper Tutorials
  • Sam Saffron Blog: How I learned to stop worrying and write my own ORM

Source of the article : Wikipedia

Comments
0 Comments