Archive for March, 2009

An Alternative to the C# Generic new() Constraint using Lambdas

Friday, March 13th, 2009

A long while back I wrote about An alternative to the C# generic new() constraint using anonymous delegates to provide a mechanism for constructing an object which did not support a parameterless constructor. I’ve updated the same post to show an improved syntax using lambda expressions.

Using Prism With EntLib and Unity

Thursday, March 5th, 2009

I thought I'd collect together a series posts related to some of my adventures using EntLib 4.1 and Unity 1.2 with Prism 1.0 to build a composite WPF application. Using the EntLib Validation Block with WPF Part 2: Configuration Based Validation  Using ...

A Journey in Technical Computing

Wednesday, March 4th, 2009

It's pretty difficult to find the time to actually write code these days. With the goal of trying to keep up with my technical skills I’ve taken a little journey back to my roots in scientific computing. As part of growing up geek I actually wrote some simple  N-body simulations ...