Metadata >> NuGet >> ReliableUnitOfWork.SqlAzure

ReliableUnitOfWork.SqlAzure

Metadata

Authors Wahid Shalaly
Copyrights Copyright © 2014
Description A light-weight implementation of UnitOfWork pattern 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.
IconUrl https://raw.github.com/waheedsayed/ReliableUnitOfWork.SqlAzure/master/reliable_uow.png
LicenseUrl https://raw.github.com/waheedsayed/ReliableUnitOfWork.SqlAzure/master/LICENSE
Owners Wahid Shalaly
ProjectUrl https://github.com/waheedsayed/ReliableUnitOfWork.SqlAzure
RequireLicenseAcceptance False
Tags unitofwork sqlazure ef6
Dependencies Autofac:3.5.0|EntityFramework:6.1.0|Serilog:1.3.0
Title Reliable UnitOfWork for Microsoft Azure SQL Database
PackageSize 9081
PackageHashAlgorithm SHA512
PackageHash C6uk/R9j3wXx/lD/b5hFTt6iJPtzVO+TYS5rPVHhmjVH3BPj7jSSM35U/pvfost2V2Sbqr+TLptm7DoRZBHSkQ==
DownloadCount 000000
CreatedDate 2014-08-19T01:46:42

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install ReliableUnitOfWork.SqlAzure -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install ReliableUnitOfWork.SqlAzure -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package ReliableUnitOfWork.SqlAzure
Installing the package (HTTP Basic authentication):
Install-Package ReliableUnitOfWork.SqlAzure -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package ReliableUnitOfWork.SqlAzure -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package ReliableUnitOfWork.SqlAzure

OpenWrap

Installing the package:
o add-wrap ReliableUnitOfWork.SqlAzure
Uninstalling the package:
o remove-wrap ReliableUnitOfWork.SqlAzure

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
0.5.4