NET Framework Validation Library

Posted by Kane on Stack Overflow See other posts from Stack Overflow or by Kane
Published on 2010-01-27T14:05:17Z Indexed on 2010/05/08 23:28 UTC
Read the original article Hit count: 220

Filed under:
|

As I see it most applications have a requirement for some form of validation and a number of fantastic free offerings are available (I.E., Fluent Validation, Validation Block, Spring, Castle Windsor, etc). My question is why does the .NET Framework not include any inbuilt validation libraries?

I am aware the .NET Framework allows a developer the ability to build their own validation libraries/methods/etc. and anything provided as part of the .NET Framework would not always meet everyone’s needs. But surely something could have been included?

ASP.NET has a minimal set of validators but these have not really been extended since .NET 2.0 was released.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about validation