Learn more about the Polly library featured on .NET Rocks! Better Know a Framework segment. Polly helps developers express transient exception handling policies in a fluent manner, using a host of retry and circuit breaker options in a clear and concise way. If you're looking for a way to intelligently retry failing blocks of code in your application, read on!