what is the best way to consume external API and handle service down cases – Asp.net
I need to consume an external API to update or create data, I need to handle service down cases and don't lose the data if the service went down for more than expected, what is the best approach to do…