Recent Posts

Serialize object inheritance with JSON.Net

Though frowned upon often due to overuse inheritance remains a powerful and (when used correctly) great feature of an object oriented programming language ...

Xamarin.iOS hide keyboard

In this post we will look at how we can hide the keyboard after using it for entering data in a text field. Now when you come from another platform feature...

Integrating a WCF service in Xamarin.Forms

Windows Communication Foundation (WCF) used to be the way how web services were created in .Net. Allegedly it comes at no surprise that many backend servic...

Xamarin.Forms Navigation with MVVM Light

I wrote this post a couple of years ago and while the implementation bellow worked for me in the beginning, I tended to reach it’s limitation rather qui...