Thursday 27 January 2011

Argument Validation in C#

I've recently created a argument validator for C# that used the following two posts as inspiration

Elegant, appealing parameter validation syntax in C# 3.0

and

A fluent approach to C# parameter validation

Hopefully I'll post what I have (basically combining the two approaches) in the next few days.