Validation Application Block
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Enterprise Library information can be found at the Enterprise Library site. |
Validation Application Block
patterns & practices Developer Center
Microsoft Corporation
May 2007
This page provides an overview of the Enterprise Library Validation Application Block. An application block is reusable and extensible source code-based guidance that simplifies development of common validation functionality in .NET Framework applications. The Enterprise Library Validation Application Block provides a library of classes, called validators, that supplies the code for validating .NET Framework data types. For example, one validator checks for null strings and another validator checks that a number falls within a specified range.
Downloads |
|
License | |
Community |
This section provides links directly to the main topics included in the documentation. This documentation is also included when you install the Enterprise Library.
- Introduction to the Validation Application Block
- Developing Applications with the Validation Application Block
- Key Scenarios
- Details of Development Tasks
- Understanding Common Validator Properties
- Details of Using Attributes
- Details of Validating Objects
- Design of the Validation Application Block
- Extending and Modifying the Validation Application Block
- Deployment and Operations
- QuickStarts
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Enterprise Library information can be found at the Enterprise Library site. |