Parameter Validation Add-in (first steps...)
Greetings,
Here is the Parameter Validation Schema for Visual Studio 2005 Add-in:
ParameterValidation.xsdThe
parameter validation schema relates with Parameter Validation Add-in,
which allows you to validate method parameters automatically based on a
XML configuration file.
Here is an add-in example in action:

And here's the result:

This code was generated based on a XML configuration file:

I will be publishing the add-in very soon. Hope you enjoy it.