Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.8.0.1 |
Author(s): | Thiago Amarante |
Last Update: | Sunday, May 31, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/thiagoamarante/Dapper.EntityFramework.Extensions |
NuGet Url: | https://www.nuget.org/packages/Dapper.EntityFramework.Extensions |
Install
Install-Package Dapper.EntityFramework.Extensions
dotnet add package Dapper.EntityFramework.Extensions
paket add Dapper.EntityFramework.Extensions
Dapper.EntityFramework.Extensions Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(6.1.3)
- Dapper(1.42.0)
- Dapper.EntityFramework(1.33.0)
Tags
Library brings together the best of the EntityFramework with Dapper.
Basic CRUD operations (Query, Insert, Update, Delete) for your POCOs.