Recent Posts
Revisiting Prism for Xamarin.Forms
Previously I wrote about how to create a flexible and maintainable Xamarin.Forms app with Prism. In the last month Prism for Xamarin.Forms has undergone some...
Creating a flexible and maintainable Xamarin.Forms app with Prism
Prism, a set of libraries developed by Microsoft, helps you to design and build apps using loosely-coupled components that can evolve independently but that ...
Creating a Xamarin.Forms app that uses the MVVM pattern
The MVVM pattern is well documented, and is used to cleanly separate the responsibility for the appearance and layout of the UI from the responsibility for t...
Encrypting and decrypting data in an Azure service using a certificate
I recently had a requirement to encrypt some data stored in a Web.config file for an Azure hosted service that’s accessed over HTTPS. To help secure informat...
Using basic authentication in an Azure Cloud Service
I recently had a requirement to use transport security with basic authentication in a web service hosted in Azure. Basic authentication is a mechanism for a ...