Make an Http request through a Lambda Func Making HTTP Requests from AWS Lambda Functions A Beginners Guide AWS Lambda functions are serverless compute services that allow you to execute code without pro 2 min read 06-10-2024 13
Unit Test Typed HttpClient with Microsoft.Extensions.Http.Resilience Unit Testing Typed Http Client with Microsoft Extensions Http Resilience A Comprehensive Guide Problem Unit testing a typed Http Client that uses Microsoft Exte 4 min read 04-10-2024 9
Retry sending blank parameters for HTTP Post Request How to Handle HTTP Post Requests with Blank Parameters A Retry Mechanism When dealing with HTTP Post requests in programming you may encounter situations where 3 min read 16-09-2024 21
How can I test a Polly retry policy that's set during startup? Testing Polly Retry Policies During Startup Testing Polly retry policies during application startup can be tricky The policy is set up during the applications i 3 min read 04-09-2024 17
How do I implement retries for WCF clients? Implementing Retries for WCF Clients A Comprehensive Guide In the world of distributed systems dealing with network hiccups and timeouts is unavoidable Ensuring 4 min read 03-09-2024 25
How do you override AddStandardResilenceHandler() for a specific client? Overriding Add Standard Resilience Handler for Specific Clients in C When building resilient applications its crucial to implement appropriate error handling an 2 min read 03-09-2024 27
Microsoft.Extensions.Http.Resilience: Using AddStandardResilienceHandler options with SlidingWindowRateLimiter Combining Default Resilience with Custom Rate Limiting in NET A Comprehensive Guide The Microsoft Extensions Http Resilience library offers a powerful and flexi 2 min read 02-09-2024 21
Polly Timeout Policy test doesn't work as expected Understanding Polly Timeout Policies Why Pessimistic Matters Pollys Timeout policy is a powerful tool for managing network requests and preventing your applicat 2 min read 31-08-2024 17
Using Polly v8 and RestSharp, how would I build a Generic ResiliencePipeline to account for response header retry-after, exceptions, and logging Building a Resilient API Client with Polly Rest Sharp and Retry After Headers This article explores how to construct a resilient API client using Polly v8 and R 4 min read 30-08-2024 20
Migration from Polly to Microsoft.Extensions.Http.Resilience - Extend ShouldHandle Migration from Polly to Microsoft Extensions Http Resilience Extend Should Handle This article will guide you through migrating your existing Polly based HTTP c 2 min read 28-08-2024 22