First Impressions of the Xamarin Inspector
One of the pain points of using Xamarin Forms is that, just to see updates of any UI updates via XAML, you still need to save your changes, recompile, and […]
Automating Xamarin Builds with FAKE – Part 3: Building and Running Unit Tests

While this will be a short post it’s also one that may be one of the most important ones to go over – running unit tests. Most of you probably […]
Automating Xamarin Builds with FAKE – Part 2: Building PCL, iOS, and Android Projects
Continuing from part 1 of this series we now have FAKE setup and ready for us to use our automated building needs. Now let’s build our Xamarin Forms application. In […]
Automating Xamarin Builds with FAKE – Part 1: Introduction and Setup
Being a .NET developer, I’m sure one of your pain points throughout the development process in any project has been trying to setup automated building, testing, and even deploying. However, […]
Implementing Sharing in Xamarin Forms
MSPmentor Senior Content Director T.C. Doyle interview with Atmosera CEO, Jon Thomsen.
Unit Testing Your Xamarin Forms Applications with F# and FsUnit
One of the best and easiest ways to use F# in your projects is to use it for unit testing and the same can be said for your mobile applications […]
Exciting New Things in F# 4.0
With the latest news of the release of Visual Studio 2015 some folks may not have realized but included in it is the newest release of F# 4.0. The .NET […]
My First CodeStock Experience
I’ve gone to few conferences lately since starting my software development career. I plan on going to several more as I find them throughout the year. Just recently, I decided […]
Combining F# and Xamarin Forms to Create Mobile Applications
While we certainly have been busy getting our hands dirty with Xamarin I’ve been doing some of my own. However, I’ve been messing around with using Xamarin with F#. I […]