Friday, January 12, 2007

Funky New Validation Library

I've finally implemented a validation framework which I've been thinking about for some time. It's like a cross between a rules engine and standard .NET code. Each rule is one method and the methods are called, not by your code, but automatically by the framework "at the right time".

The end result is something akin to "nUnit for business rules".

You can check it out here.

0 Comments:

Links to this post:

Create a Link

<< Home