Email

Big Image

Postal Address

Big Image

Blog Feed

StuartC

MVC 3 Preview Is Out…
Scott Gu announced yesterday that the new MVC 3 Preview has been released which includes the new Razor View engine… Download it from here..

StuartC

Isolating Your Configuration Files For Testability
Ben Hall over at CodeBetter just posted a nice article on using the Castle Dictionary Adapter to isolate your code from the ConfigurationManager class to make your unit tests easier to write. I thought I might take the opportunity to talk about a technique that we use to isolate our code from ConfigurationManager and [...]

StuartC

Razor – Unit Testing Your Views in MVC2 with QUnit
Ok this is a bit of a follow up from my earlier blog about the newly announced MVC view engine Razor from Scot Guthries blog a couple of  weeks ago. Below is a quote that Scott has made in the comments to the original post. “The Razor parser and view engine can be instantiated and [...]

StuartC

Wiring Up A UIScrollView With Interface Builder And Monotouch
So you want to add a scrollable view to your iPhone/iPad application and you want to use the power of Interface Builder to make it easier. This is how you do it. In this example we are going add a vertically scrolling window to an iPhone screen in portrait mode. Start by adding your [...]