Recent Posts

MVVM Light bindings under Xamarin.iOS

In this weeks blog post lets look at how we can enable bindings with MVVM Light under iOS using a Storyboard with Xamarin. So lets create a simple applicatio...

MVVMLight Messenger

Messages are a common pattern used in the Model View ViewModel (MVVM) pattern approach. They allow the ViewModel and Model to communicate with the view wit...

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...