PreviousNext

Don't Let Your .NET Applications Fail: Resiliency with Polly

by bill-s, 2020-09-29T23:51:51.695Z

One aspect of application development that is often overlooked, especially by beginner developers is application resilience. A lot of tutorials often focus on the happy path of execution, omitting the details of potential errors that can occur.

Read More