This project contains a sample ASP.NET Core app. This app is an example of the article I produced for the Telerik Blog (telerik.com/blogs)
PollyProducts is a sample .NET application demonstrating how to make APIs more resilient using the Retry Pattern powered by Polly.
It contains two simple APIs: ProductsAPI 🛍️ and ImagesAPI 🖼️ working together to show how retry logic helps systems recover from transient failures automatically.
- 🧩 .NET 9
- 🔁 Polly 8 (resilience & retry logic pipeline)
- 🌐 ASP.NET Core Minimal APIs
- 🧪 HttpClientFactory
- 💡 C#
This project is licensed under the MIT License.