Build

Unit Testing

Selenium: Early Thoughts on Test Automation

My thoughts on a first dive into using Selenium for test automation.

Read More
Build

Keep IIS Express Running in Visual Studio 2013

Keep IIS Express running when you stop debugging in VS 2013.

Read More
CouchDb

Protecting your CouchDB Views

If you work with a SQL or other RDBMS database you most likely have your schema backed up somewhere under source control.  CouchDB is a slightly more complicated beast...

Read More
Unit Testing

Concurrently Testing JavaScript

Get live feedback on your JavaScript unit tests.

Read More
Build

Creating NuGet packages with Grunt

Using Grunt to automate creation of your nuget packages.

Read More
Azure

Publish an Azure Web Site from the Command Line

Publish your website to Azure from the comfort of your terminal.

Read More
Build

Visual Studio 2010: Massive Build Performance Improvements

The solution that I work on daily within VS2010 has around 70 projects, and over time has begun to take longer and longer and loooonger to build...

Read More