Creating a Web API service with F# and hosting it on Azure
In this post I want to look at how to create a Web API project with F# and host it on Azure. This will part of a blog series on how to create a mobile applic...
In this post I want to look at how to create a Web API project with F# and host it on Azure. This will part of a blog series on how to create a mobile applic...
During my day job I’m mainly involved in mobile applications which often (like in always…) have to communicate with a backend that provides data and other ...
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...
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...