This repo contains a demo project for using Polly.NET to improve application resilience.
This code is not necessarily production ready and was written for education purposes only.
The applications are written in C# and using ASP .NET Core 2 for the WebApi and Web Application.
You'll need to install DotNet Core 2.2 to build and run this code.
web-api
- Web API that serves requests used by the clientsclient-cli
- Console application that demos the several types of Policiesweb-app
- Web Application that demonstrates the usage of Policies in a Web Applicationload-tests
- contains JMeter load test plans to hit the Web Application