Server Side Validation Library

This article will introduce you to a server side validation library. The objectives of the library are to:

  1. Provide a uniform and extensible approach for even complex validation scenarios.
  2. Reduce the amount of code required for user input validation.
  3. Create a consistent user experience with both visual and textual feedback regarding specific user input errors.
  4. Centralize page-level user validation so that it is easier to maintain and comprehend.

Read more...

 

No Comments