Email

Big Image

Postal Address

Big Image

Blog Feed

StuartC

LightSpeed 3.0 Released
The guys at Mindscape have released the latest version of their Lightspeed ORM. Read more about it here. I look forward to downloading it and having a play.

StuartC

ASP.Net MVC Option Group DropDown Control
Option Groups for drop down lists have been an HTML feature for many years now but have never been supported in any Asp.Net control. It was a bit of a shame recently whilst working on a new Asp.Net MVC web site to find that its still not possible to do out of the box. However the [...]

DomG

Mocking HtmlHelpers in ASP.Net MVC
NB: This post relates to version 1 of ASP.Net MVC I recently added a static extension method for generating a custom drop down list and wanted to test it using Rhino Mocks (version 3.5). One issue I kept banging my head against was how to create a Mock HtmlHelper in order to call the method correctly. A number [...]

StuartC

The TFS Merge Dance
We do a lot of branching and merging at work using TFS. Merging can be difficult at times but here is a simple check list that we have come up with over time that we follow to reduce the headache a little – I still hate merging though! Verify The Trunk Is Good Get latest on the [...]