Running xUnit.net tests on Android and iOS devices with Xamarin
Writing Unit, Component and Integration tests allows to test functionality of software modules. In other words letting developers sleep tightly without wor...
Writing Unit, Component and Integration tests allows to test functionality of software modules. In other words letting developers sleep tightly without wor...
For my recent blog post about how to consume a web service in the Portable Class Library (PCL) I decided to write the client for Windows 10 which allows to c...
When working with a mobile app you will often work with a backend, which if you are working with C# might very probably be a Web API backend. In this blog we...
In this weeks blog post we will look at how we can remove an Activity from the Navigation Stack. This can be very useful if your are implementing an extend...
This week we’ll have a look at how we can use the MVVM pattern on Xamarin.Android using the MVVM Light framework from Laurent Bugnion. Creating the View ...
In this blog post we will look at how we can merge multiple commits into a single one with the goal of reducing the chatter in a git log. This technique is...
In this post I want to look at how to get started with Unit Testing while developing F#. I’m usually writing my code in C# and prefer to write my code in a...