My Article on Polly in windows.developer Magazine
June 6, 2018This month's windows.developer magazine features my article on The Polly Project.
Polly
- is a .NET resilience and transient-fault-handling library.
- allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
- targets .NET 4.0, .NET 4.5 and .NET Standard 1.1.
The article demonstrates a couple of typical use cases for getting started with the Polly framework and is targeted at developers who haven't worked with Polly yet. Here's a teaser for the article in case you are interested.
The articles in this magazine are written in German, so apologies to my non-German-speaking friends and followers.
Also, make sure to check out my other writing in case your are interested.