- 537 total downloads
- last updated 12/29/2020
- Latest version: 1.0.1
A validations library for automating both client-side and server-side validations.
Sample usage: Add the validator attributes to the properties of the data record class. These defines the validation rules.
public class Employee
{
[StringValidator("First Name", 5, 50, IsRequired =...
More information