ProxyApi

Hiding ProxyApi Routes from Web API Help Pages

Keep your Web API help pages tidy when using ProxyApi

Read More
Opinion

Learn through Doing

Tell me and I forget. Involve me and I learn.

Read More
Unit Testing

Selenium: Early Thoughts on Test Automation

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

Read More
Debugging

Chrome Dev Tools & Inline Dynamic JavaScript

Explicitly tell Chrome to list your inline JavaScript in the devtools sources.

Read More
Build

Keep IIS Express Running in Visual Studio 2013

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

Read More
Knockout

3 Ways to Deal with SFOUC in KnockoutJS

How you can avoid sudden flashes of unstyled content in Knockout?

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
ASP.NET

Excluding Current RouteData from UrlHelper

By default, the MVC `UrlHelper` will include all of the route values for the current route in it's calculations. What if you don't want it to?

Read More