// Arrange Act Assert

Jag Reehal on Agile Development, ASP.NET MVC and all manner of good stuff


31 Days of Refactoring eBook available at Los Techies

Following the 31 Days of Refactoring blog series, Sean Chambers and Simone Chiaretta have put together a 31 Days of Refactoring eBook.
Sean has done a great job using simple and easy to follow refactoring examples. If only my examples were just as simple
Go to the [...]

ASP.NET MVC View Best Practices – Save time creating views with MvcContrib.FluentHtml

This isn’t strictly a best practice post, but it is now I am currently creating html in my ASP.NET MVC views.
It must be a good approach because Microsoft are implementing Templated Helpers to do what I’m showing you today in ASP.NET MVC 2. See Ben Scheirmans’ post A First Look at ASP.NET [...]

ASP.NET MVC View Best Practices – Keep logic out of your views

When it comes to views in ASP.NET MVC, you won’t be short of options how you decide how to create them.
One of the easiest mistakes is to implement logic in their views.
It’s no surprise developers such as Rob Conery have advised against having conditional code in ASP.NET MVC views. Before you [...]

Agile Web Development – Creating a Vision Statement

A vision statement should be created by a visionary or product manager who can convey their passion and excitement behind the project. It shouldn’t read like a speech at Oscar ceremony, or the standard spiel from a mangers handbook. It should be simple enough to understand, read and comprehend by all involved in the [...]

ASP.NET MVC V2 and I met Scott Gu

Lets get one thing out the way, yes I’m a geek, maybe not a super geek but a geek nevertheless. For me Scott Guthrie is up there with my Barca heroes Xavi, Iniesta Messi, Henry, Puyol, Valdés, Busquets, Krkić etc.
Yesterday I went to Scott Gu’s demo of ASP.NET MVC 2 [...]