Polly Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback
Category: .Net Core
Troubleshooting Reflection Exceptions in .Net
While troubleshooting the unit test case, I have encountered a reflection error that I was not sure where went wrong. There are multiple solutions people
HttpClient post json data
While I was debugging the Mobile application for login and API connectivity observed issues and Http error codes – 500, 4xx, and did not understand