Thursday, 12 March 2009



public class Watchmen {
public BigBlueGuy DocManhattan { get; set; }
}

Testing the SyntaxHighlighter plugin

This is some sample code


var jack = Customer.Find("jack");

var hisFavouriteFood = jack.GetFavouriteFood();

if (hisFavouriteFood == null) {
/* Jack hasn't expressed a preference */
}