Recent Posts

Creating a login screen with Xamarin.Forms

When writing an app that only allows access to certain or all parts of the app when a user is logged in requires a login screen which can be presented to t...

Using PCL only libraries with .Net Standard

The wait will soon be over and we will all be able to use .Net Standards for sharing all our code across .Net run-times. But for the current time we are st...

PureLayout for Xamarin with PureLayout.Net

PureLayout is a library for iOS developers that allows to create UI views in code behind with ease. With PureLayout.Net this option is now available for Xa...

PowerShell for the C# developer – Part 3

In this Post we will be looking at how to use methods in PowerShell. When thinking about methods parameters are bound to come up. In C# parameters do not g...

PowerShell for the C# developer–Part 2

In the first part of the series we covered the development environment setup on how to get started with PowerShell. Now lets dive into some code. PowerShel...