ASP & ASP.NET Tutorial Series (213/247). Prefer one article? Read the complete ASP.NET tutorial.
Short description
Use Polly for retries/circuit breakers thoughtfully.
HttpClient tip
builder.Services.AddHttpClient<IGitHubClient, GitHubClient>();
Call external APIs with HttpClientFactory and resilient policies.
ASP & ASP.NET Tutorial Series (213/247). Prefer one article? Read the complete ASP.NET tutorial.
Use Polly for retries/circuit breakers thoughtfully.
builder.Services.AddHttpClient<IGitHubClient, GitHubClient>();