WebApi

Polly and Blazor, Part 1 - Simple Wait and Retry

A few weeks ago I gave a talk on Polly at Dotnetconf (you can check it out here), at the end, I got many questions about using Polly with Blazor, I had never tried it, but assumed it would work.

In this blog, part 1 of a few on Polly and Blazor, I’ll show you how to get a simple retry mechanism up and working in a Blazor Server App. For now, I am not concerned with dependency injections, policy registries, or anything other fancy things in this post, that will come later.