Posted On:
22/02/2014 10:17:12
|
Data Annotations are attributes you find in System.ComponentModel.DataAnnotations namespace. The attributes provide server-side validation and the framework also support client-side validation when you use one of the attributes on a model property. Data Annotations are used to validate forms and user input when the form is posted by the user.
|
|
|