Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 630 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 630 Bytes

ReliableUnitOfWork.SqlAzure

A light-weight UnitOfWork implementation for SqlAzure based on EF6 to benefit from SqlAzureExecutionStrategy. This implementation provide a way to share a UnitOfWork, and hence DbContext, between different parts of the application, not only repositories.

Examples

Coming soon...

For now you may check this.

Build status