// Arrange Act Assert

Jag Reehal on Agile Development, ASP.NET MVC, Silverlight 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 31 Days of Refactoring eBook blog post to [...]

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 MVC 2 [...]

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 know it [...]

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 (using the preview 2 [...]