How to create a resilient Web API using dotnet and Polly library

Polly is a useful dotnet library to make a web service call resilient by introducing retry, circuit breaker and fallback policy with ease. It is common to add retry logic when a web service call is failed. However, integrating retry, circuit breaker and fallback logic can be tricky. Polly makes it easy.   The retry… Continue reading How to create a resilient Web API using dotnet and Polly library

A DotNet developer’s note on Technology Radar V29

As a new Technology Radar release with a bunch of interesting techs, a few drew my attention. Techniques Design Systems: a collection of design patterns, component libraries and good design and engineering practices that ensure consistent digital products. Consistency and shared components/design will help the team/organisation move fast. Lightweight approach to RFCs (Request for Comments):… Continue reading A DotNet developer’s note on Technology Radar V29