You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handling errors is important to make your application more reliable. We all understand the importance of Defensive programming (I talked about it way back in 2008), including standard programming constructions like try-catch, null checking, using things like Code Contracts), error logging and tracing, and a variety of other techniques.
Database Resiliency with Polly - Scott Dorman
Handling errors is important to make your application more reliable. We all understand the importance of Defensive programming (I talked about it way back in 2008), including standard programming constructions like try-catch, null checking, using things like Code Contracts), error logging and tracing, and a variety of other techniques.
https://scottdorman.blog/2020/09/13/database-resiliency-with-polly/
The text was updated successfully, but these errors were encountered: