Skip to content

truedeity/MoralesLarios.Data

 
 

Repository files navigation

MoralesLarios Data

Data access libraries

Dapper

I have created a Generic Repository based in Dapper, approaching its philosophy to Entity Framework, removing the string queries far as possible, primarily for delete, update, insert and for All methods queries.

I tried to create a custom library with comfort of Entity Framework and with performance of Dapper. I have tested DPGenericRepository with Sql Server and Oracle, but it must compatible with all databases Dapper supported.

Installation and documentation in

ENGLISH http://puntonetalpunto.blogspot.com.es/2017/05/dapper-generic-repository_10.html

SPANISH http://puntonetalpunto.blogspot.com.es/2017/05/dapper-generic-repository.html

About

Data Access Libraries and Utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%