PreviousNext

Improving HTTP resilience in Blazor webassembly

by mizrael@yahoo.it, 2020-07-20T01:50:00.148Z

Hi All! Today I decided to take a quick break from my Blazor gamedev series and talk about resilience. We’ll see how to call a REST API from a Blazor webassembly app using an HTTP Client and how to handle errors using Polly.

Read More