Skip to main content

Overview of all the posts on Gerald's blog

2018


Network Resilience For Your App With Polly

·7 mins
On a mobile device, your network connection might not alaways be stable. Instead of relying on the user to retry, implement your own mechanisms with Polly.

Testing NuGet packages locally

·4 mins
While writing reusable code, it might be benificial to be able to test your NuGet packages locally. In this post we learn how to do that on Mac and Windows