Metadata >> NuGet >> ReliableDbProvider.Standalone

ReliableDbProvider.Standalone

Metadata

Authors Robert Moore
Description Provides a Db Provider Factory that uses the Microsoft Transient Fault Handling library to allow for reliable SQL Azure connections when using Entity Framework 4, Entity Framework 5 or Linq 2 SQL. Unlike ReliableDbProvider, this library doesn't come with TransientFaultHandling IL-merged - instead it's a NuGet dependency.
IconUrl https://raw.github.com/robdmoore/ReliableDbProvider/master/logo.png
Language en-US
LicenseUrl https://github.com/robdmoore/ReliableDbProvider/blob/master/LICENSE
Owners Robert Moore
ProjectUrl https://github.com/robdmoore/ReliableDbProvider
RequireLicenseAcceptance False
Tags entityframework ef linq linqtosql linq2sql l2s azure sql sqlazure transient
Dependencies EnterpriseLibrary.WindowsAzure.TransientFaultHandling:[5.1.1212.0, 6.0)
PackageSize 37052
PackageHashAlgorithm SHA512
PackageHash iIMVwrGo8HXu6exe0DqolAAWUZ0obZr3YvgOndKdlSl9ilZcWcqe1B/KDHE4fIgONHPQRKaWHTK9BKu2YuJFnw==
DownloadCount 000000
CreatedDate 2014-07-20T10:58:24

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 ReliableDbProvider.Standalone -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install ReliableDbProvider.Standalone -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 ReliableDbProvider.Standalone
Installing the package (HTTP Basic authentication):
Install-Package ReliableDbProvider.Standalone -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package ReliableDbProvider.Standalone -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package ReliableDbProvider.Standalone

OpenWrap

Installing the package:
o add-wrap ReliableDbProvider.Standalone
Uninstalling the package:
o remove-wrap ReliableDbProvider.Standalone

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
1.0.0