From 36b6e2cc339b4684cd7cadfe8b44027f52e1ee5f Mon Sep 17 00:00:00 2001 From: Wahid Shalaly Date: Tue, 11 Mar 2014 00:29:43 +1100 Subject: [PATCH] Updated ReadMe.md Added reference to a blog post. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d2ba0d2..5d6cc3e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -ReliableUnitOfWork.SqlAzure -=========================== - +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... \ No newline at end of file +Coming soon... + +For now you may check [this](http://blog.thinkinuous.com/2014/03/reliableunitofworksqlazure-v040-released.html).