Harbin.DataAccess
Harbin.DataAccess copied to clipboard
.NET Layered Architecture using Dapper, distributed databases (read replicas), Mockable Data Access, Code Generation (CodegenCS)
First, thanks for putting things together to make life easy for someone new to Dapper world. Can we query data based on a sample object? On a side-note, may I...
How do you manage the connection in your architecture? In the examples/tests I dont see the connection wrapped in a using statement or where it explicitly calls a close/dispose method....
Your library is exactly what I have been looking for! Do you have an example utilizing the UOW pattern?