Dapper Query With CRUD in Asp.net Core 1.0

First install Visual studio 2015.
Create a New .NET core project
In Option->Nuget Package manager
Add New PackageSource
https://www.myget.org/F/aspnet-contrib/api/v3/index.json
Create a Table

in project.json

add dependency

and Here is the CRUD in Dapper

#references

Use Dapper ORM With ASP.NET Core

Leave a Reply

Your email address will not be published. Required fields are marked *