• Home
  • Subscribe to RSS Feed
  • About & contact
  • Follow me
  • Twitter
  • Github
Blog Logo

Alastair Crabtree

[Developer blog]

Implementing the retry pattern in c sharp using Polly

This post is the third and final installment on the retry pattern following on from implementing a simple retry pattern in c# and the retry pattern for async tasks. In the last two posts we…

  • 6 years ago
  • c#, cloud, polly, lambda-functions, async-await, retry-pattern
  • Comments

Implementing the retry pattern for async tasks in c#

This post is a follow on from Implementing a simple retry pattern in c#. Tasks, async and await are rapidly becoming be default API flavours in many dotnet libraries and the performance benefits for IO…

  • 6 years ago
  • c#, webapi, best-practise, async-await, lambda-functions, retry-pattern
  • Comments

Implementing a simple retry pattern in c#

Everything is unstable. You cannot assume that every external service call will succeed on first attempt - the load balancer might be removing a failing host, the database might be being patched, the Ops person…

  • 6 years ago
  • c#, polly, cloud, retry-pattern
  • Comments

Converting an SVN repository to Git on windows

Git is everywhere these days, and I can't really remember how I used to cope without the power of local distributed source control and quick branching. But once in a while I find an old…

  • 6 years ago
  • git, GitHub
  • Comments

Cache the result of an async method using LazyCache

The latests release of LazyCache, my open source cache library based on ObjectCache, makes it easy to cache the results of asynchronous or Task returning methods, so now it is simpler for you to speed…

  • 6 years ago
  • c#, LazyCache, async-await, MemoryCache
  • Comments
 Newer Page 3 of 7 Older 

© 2023. All Rights Reserved.

Ghostium Theme by @oswaldoacauan

Proudly published with Ghost