Published April 21, 2025 | Version v1

Building a Circuit Breaker Mechanism Using .NET

Authors/Creators

  • 1. Faculdade de Informática e Administração Paulista

Description

The article presents a practical approach to implementing the Circuit Breaker pattern in .NET applications using the Polly library. The Circuit Breaker is a technique that increases the system's resilience by preventing cascading failures caused by external services. Through code examples, the text demonstrates how to install and configure Polly, create Circuit Breaker policies, and test their functionality.

Files

e00d20.pdf

Files (14.0 kB)

Name Size Download all
md5:1db6878978d86e0c85fa448c1e1a0ea7
14.0 kB Preview Download

Additional details

Software

Repository URL
https://leaders.tec.br/article/e00d20
Programming language
C#
Development Status
Active