Is there a standard framework for .NET parameter validation that uses attributes?

Posted by spoon16 on Stack Overflow See other posts from Stack Overflow or by spoon16
Published on 2008-09-26T07:23:39Z Indexed on 2010/03/15 8:49 UTC
Read the original article Hit count: 409

Filed under:
|
|
|
|

Is there a standard framework (maybe part of Enterprise Library... or .NET itself) that allows you to do common parameter validation in method attributes?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET