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...
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...
Xamarin founded in 2011 (former Mono) has been enabling C# developers to write mobile apps for Android and iOS. Xamarin provides full access to the entire ...
Though frowned upon often due to overuse inheritance remains a powerful and (when used correctly) great feature of an object oriented programming language ...
A lot of applications have to persist application data or state. When developing mobile applications with C# such as for Windows or with Xamarin for iOS an...
Lets have a look at how we can consume a REST based web service in a Xamarin.Forms application. In this blog post we will look at how an ASP.Net WebAPI ser...
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...
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...