Author Archives:

Easy ways to maximize the value of TDD

Before we’ve made it pass the first time, a failing test tells us what code to write. When it fails later, it can tell us what we broke.  Failing tests alert us to regressions before we integrate. A test is … Continue reading

Posted in TDD | Leave a comment

Focusing on the controller's responsibility

The following is an excerpt from ASP.NET MVC 2 in Action, a book from Manning appearing in bookstores in May.  The early access (MEAP) edition is available now on http://manning.com/palermo2.  Authors include Jeffrey Palermo, Ben Scheirman, Jimmy Bogard, Eric Hexter … Continue reading

Posted in ASP.NET MVC | 6 Comments

JSON Hijacking in ASP.NET MVC 2

The following is an excerpt from ASP.NET MVC 2 in Action, a book from Manning appearing in bookstores in May.  The early access (MEAP) edition is available now on http://manning.com/palermo2.  Authors include Jeffrey Palermo, Ben Scheirman, Jimmy Bogard, Eric Hexter … Continue reading

Posted in ASP.NET MVC | 3 Comments