Network Resilience For Your App With Polly

Network Resilience For Your App With Polly

In this post we will learn about a great library called Polly. With this library we can define policies (you can see where the name came from) on how to deal with failed network requests. This library provides you with easy to use code that let’s you retry, fallback or define other methods to deal … Read more

NuGet gold nuggets – packages which are in my almost every Xamarin project

NuGet Gold nuggets

While Xamarin delivers a nice set of controls and functionalities with Xamarin.Forms, there is always room for improvement. This is where NuGet packages come in! Luckily there is a very active and alive community behind Xamarin which can provide you with all the necessary plugins. Underneath you will find a list of the ones I … Read more