Building Contoso Cookbook with Xamarin Forms
Using NavigationPage, TabbedPage, ListView and Other Goodies in Xamarin Forms to Build Rich Multipage Apps In my previous posts introducing developers to Xamarin Forms, I presented an RPN calculator app […]
Responding to Orientation Changes in Xamarin Forms

Last week, I published the first in a series of articles on building cross-platform mobile apps with Visual Studio 2015 and Xamarin Forms. In it, I presented an RPN calculator […]
Writing Cross-Platform Mobile Apps with Visual Studio 2015 and Xamarin Forms
I love writing apps for Windows and Windows Phone. But the rest of the world doesn’t share that love with me. You can write the coolest mobile app in the […]
Software Development Guidelines to Live By
Not too long ago I posted a tweet that immediately went viral. (OK, it’s all relative – to me 66 retweets and 120 favorites is viral.) It referred to Microsoft’s […]
FileNotFoundException When Looking for YourAssembly.resources.dll? Here’s Your Fix!
I happened to be working on a C# Roslyn code analyzer and being cognizant that not all the world speaks English, I went through the five minutes of work to […]
Implementing Interfaces in F# Using Object Expressions
To expand on another topic that was mentioned in the F# Infographic is that F# also has the ability to use any .NET library. From that, you may be wondering, […]
Cmder: Making the Command Line Your Best Friend
Now that I’ve jumped fully on board the Git and GitHub bandwagon, I’m spending a lot more time at the command line. In fact, I find myself working with both […]
Why You Should Be Writing ECMA Script 6 Now
If you are reading this article then you have probably at least heard of ECMA Script 6, the next version of JavaScript, and are curious about what it means for […]
When Should You Make the Move to Entity Framework 7?
The next version of Entity Framework will be called “Version 7” and will be released as part of the next version of ASP.NET, called “ASP.NET 5.” If you’re currently on […]