Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 294 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 294 Bytes

Dapper.UnitOfWork

A simple unit of work implementation on top of Dapper, with some basic CQS in mind.

Starting with version 1.1.0.0 it also features a retry mechanism for sql transient exceptions, with a configurable exponential backoff.

Install-Package Dapper.UnitOfWork