Archive for March, 2009
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.
Tags: C#, Coding
Comments Off on An Alternative to the C# Generic new() Constraint using Lambdas
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 ...
Tags: EntLib, p&p, Prism, Unity
1 Comment »
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 ...
Tags: Concurrency, NBody.net, Parallel Computing, Technical computing
4 Comments »