August 19, 2013A book about EPiServer developmentAfter years of blogging about EPiServer CMS I decided it was time to get real.
May 29, 2011A neat little type inference trick with C#I love C#. Jon Skeet's C# in Depth has given me even more reason for loving the language. A small example is a nice little way of not having to specify generic type parameters when creating objects of a type with type parameters.