# Circuit Breaker in C#
Tim Ross has an implementation of the [[Circuit Breaker]] pattern in C# together with a description of the pattern. Linked to by Martin Fowler's post on the pattern.
[Implementing The Circuit Breaker Pattern In C#](https://timross.wordpress.com/2008/02/17/implementing-the-circuit-breaker-pattern-in-c-part-2/).
Consider also using the [Polly](https://github.com/App-vNext/Polly) library.