News

This article by Dennis Byrne is a crash course in writing maintainable JavaScript. Dennis uses stubs, mock objects and a little bit of dependency injection. He also uses JsUnit to run unit tests and a ...
Let's wrap up this series on TDD for ASP.NET MVC and talk about the view layer via JavaScript.