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...
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...
Lately I have been doing some work with PowerShell. PowerShell is a well known in the Windows IT Pro space when it comes to the automation of tasks. In tod...
I had a great time on Thursday the 15. September 2016 at the Xamarin User Group in Zurich. Though having a little struggle with the latest updates which se...
I recently wrote a UI test for an app which displayed a CSS ID which included a colon. The UI tree from the REPL looked like this: Googling did bring me c...
During this post I assume you are already familiar with GitHub. Visual Studio Team Services (VSTS) is a cloud hosted service which focuses on DevOps centri...
In this post we will look at how we can write UI tests for a Xamarin.Android app. The app which we are testing is a basic app based on the MVVM pattern. Yo...
In this post we will look at how we can test a Xamarin.iOS app which is based on a storyboard. The app which we are testing is a basic app based on the MVV...