MRCollective / ReliableDbProvider

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.
MIT License
20 stars 4 forks source link

Fixed typo in retrying example code #6

Closed couellet closed 10 years ago

couellet commented 10 years ago

SqlAzureDbProvier > SqlAzureProvider

robdmoore commented 10 years ago

Thanks