Dapper - Mumbai Techie Group

Download Report

Transcript Dapper - Mumbai Techie Group

Dapper .Net
Agenda
• Introduction on Dapper
• How to get Dapper
• Performing CRUD Operation from Dapper
with MVC
• Q&A
Introduction to Dapper
• What is ORM
• Introduction to Dapper and Creator of ORM.
How to get Dapper
• Install Dapper using Package Manager Console
PM> Install-Package Dapper
How to get Dapper
Search Dapper dot net from Nuget Package Manager
CRUD with dapper
• Performing CRUD Operation from Dapper
with MVC
• Insert
• Update
• Delete
• Select
MoreDetails
• More Details with is framework you can visit :• https://code.google.com/p/dapper-dot-net/
• http://www.csharpcorner.com/UploadFile/4d9083/perfor
ming-crud-operation-with-dapper-in-mvc/
Q&A