no dogma blog
no dogma blog
Blog Posts
Podcast
Web API Lambda Course
Polly Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
Polly
Polly Core Rate Limiter
In the new Polly version, the rate limiter has replaced bulkhead isolation. This post shows how to use the rate limiter.
Feb 15, 2024
#
Polly
,
Rate Limiter
,
Polly Core
Polly with .NET 6, Part 8 - Policy Registry with Minimal APIs, and HttpClientFactory
You can use the Polly Policy Registry with Minimal APIs and HttpClientFactory. Read on to see how.
Mar 15, 2023
#
Polly
,
dotNet6
,
Minimal API
,
Dependency Injection
,
HttpClientFactory
,
Polly Registry
Polly with .NET 6, Part 7 - Policy Wraps with Minimal APIs, and HttpClientFactory
In the previous post I showed how to pass a Polly Policy Wrap into an Minimal API endpoint with dependency injection. In this post I’ll show to use the Policy Wrap with the Http Client Factory, passing that into the endpoint.
Dec 1, 2022
#
Polly
,
dotNet6
,
Minimal API
,
Dependency Injection
,
HttpClientFactory
Polly with .NET 6, Part 6 - Policy Wraps with Minimal APIs
Polly Policy Wraps let you apply multiple types of resilience to a single operation. Using them with Minimal API Endpoints is easy, read on to see how.
Nov 7, 2022
#
Polly
,
dotNet6
,
Minimal API
,
Dependency Injection
Polly with .NET 6, Part 5 - Using a Cancellation Token
Even when using Polly retries, there are times when you just want to give. The cancellation token is a great way to do this.
May 6, 2022
#
Polly
,
dotNet6
,
Cancellation Token
Polly with .NET 6, Part 4 - Dependency Injection of a HttpClientFactory and Policy into a Minimal API Endpoint
This post shows how to use Polly with .NET 6 if you are taking advantage of top-level statements, minimal API endpoints, and the HttpClientFactory.
Mar 14, 2022
#
Polly
,
dotNet6
,
Dependency Injection
,
WebApi
,
Minimal API
,
HttpClientFactory
Polly with .NET 6, Part 3 - Dependency Injection of a Policy into a Minimal API Endpoint
This post shows how to use Polly with .NET 6 if you are taking advantage of top-level statements and minimal API endpoints.
Mar 4, 2022
#
Polly
,
dotNet6
,
Dependency Injection
,
WebApi
,
Minimal API
Polly with .NET 6, Part 2 - Dependency Injection of a HttpClientFactory with a Retry Policy
This post shows how to use Polly with .NET 6; injecting a HttpClientFactory with a Retry policy into a controller.
Feb 22, 2022
#
Polly
,
dotNet6
,
Dependency Injection
,
HttpClientFactory
,
WebApi
Polly with .NET 6, Part 1 - Dependency Injection of a Policy into a Controller
This post shows how to use Polly with .NET 6 if you are taking advantage of top-level statements.
Feb 10, 2022
#
Polly
,
dotNet6
,
Dependency Injection
,
WebApi
Polly Retry with Lambda Discards
Very quick post on using Lambda discards with Polly retries, includes an example with the HttpClientHandler too.
Oct 4, 2021
#
Polly
,
Lambda
,
Lambda Discard
,
C#
»
Cite
×