MVP
13 Jul 2016

Building BFF – Backend For Frontend API’s for Xamarin Mobile Apps

When building a mobile app that consumes web API’s, do you sometimes get the feeling that this requires way too much code on the client? Does your mobile app performance suffer because you need to do multiple API requests and a lot of processing of API responses, before you...
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