Saturday, January 12, 2008

Input Validation for C#

One critical aspect of web application development is the validation of data to your aplication. Input validation errors comprise the majority of application level vulnerabilties. Below is a very brief list of example regular expressions you might wish to consider for your code.

Download RegEx List

+++++EOF+++++