MVP
30 Aug 2013

Creating a Cross-Platform Native App Using MvvmQuickCross and Xamarin, Part 1: Cross-Platform Code and Windows 8 App

If you are a .NET developer and you want to create an iOS or Android application with a native user experience and/or good code maintainability, using Xamarin is an attractive option. Xamarin allows you to leverage your C# + .NET skills and the Microsoft Visual Studio development...
Read More
16 Aug 2013

Improve Code Maintainability with Long Lines(!) in Visual Studio Code Snippets

Long lines of code with multiple statements on them are a bad programming practice, right? Well yes, but as with most rules – not always. E.g. when you insert a code snippet for a data-bindable property with two parameters like this:compare the reading effort of the generated...
Read More