Tag Archives: connection resiliency

ADO.NET connection resiliency

In a previous post I mentioned a new feature that was going to be added in .NET Framework 4.5.1: ‘ADO.NET connection resiliency’. Now that .NET 4.5.1 is RTM, I decided to check what exactly is this all about.I wrote a … Continue reading

Posted in .NET, C# | Tagged , , , | 3 Comments

Connection resiliency in Entity Framework 6

The EF team has recently announced the new features added to EF 6 beta 1, and among them is one I found interesting: connection resiliency. Despite the fancy name, it’s a simple concept: having built-in support for automatically retrying an … Continue reading

Posted in .NET, Azure, Entity Framework, SQL Server | Tagged , , , | 1 Comment