Darrell Tunnell's Blog (Page 4)

Exploring Software in all it's guises

Automating Xamarin Android Unit Test Apps - Like a Pro

Learn how to fully automate your Xamarin Android unit test apps using TestyDroid, from emulator boot to TeamCity test reports.

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:

Read more...

SSH access to bitbucket on Windows

Quick link and note on setting up SSH access for Bitbucket on Windows, pointing to an external tutorial.

Follow this: http://blog.muhammada.li/setting-up-ssh-access-to-bitbucket-on-windows#comment-53292

Read more...

ASP.NET 5 Projects - NuGet-NPM-Gulp-Bower-Jspm-Aurelia

Guides beginners through integrating modern frontend tooling like NPM, Gulp, and Aurelia into an ASP.NET 5 MVC project.

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)

Read more...