Automating Xamarin Android Unit Test Apps - Like a Pro
This article is for those of you out there who use Xamarin to write Android applications and want to automate the process of running your tests on an Android device. I'll show you how you can set this up with relative ease.
Here is the process we want:
SSH access to bitbucket on Windows
Follow this: http://blog.muhammada.li/setting-up-ssh-access-to-bitbucket-on-windows#comment-53292
ASP.NET 5 Projects - NuGet-NPM-Gulp-Bower-Jspm-Aurelia
This post is part 1 of a series. Part 2 is here
When you create a new ASP.NET 5 project, you will see all sorts of new-ness. I am going to guide you, the uninitiated ASP.NET 5 web developer, through creating your first ASP.NET 5 MVC application, but we won't stop there. In the next post of this series, we will then enhance the project with a number of features:
In addition, I will touch upon important tooling that you need to be aware of:
To be able to do all of this, we will be creating an ASP.NET MVC 5 project, and then we will be using Aurelia to run an Aurelia application on Home page (Index.cshtml)