10
Reply

What is data annotation ?

Sandeep Kumar

Sandeep Kumar

Dec 29, 2015
2.8k
0

    DataAnnotations are used to enforce validation rules for data applied to the class or member.

    Akhil Garg
    January 04, 2016
    1

    Annotations are allows you to use validation rules. System.ComponentModel.DataAnnotations is the assembly name, which contains Annotations.

    Amit Kumawat
    September 21, 2016
    0

    DataAnnotations is a library in .NET Framework. It resides in assembly System.ComponentModel.DataAnnotations. The purpose of DataAnnotations is to custom domain entity class with attributes.

    Keerthi Venkatesan
    June 08, 2016
    0

    Validation Attributes. The System.ComponentModel.DataAnnotations namespace contains the following attributes which are used to enforce validation rules for data applied to the class or member: Validation Attribute.

    Munesh Sharma
    May 31, 2016
    0

    Used to Enforce validation rules

    data annotation used to customise the entity classes that specify how the data is displayed and set relationships between classes.

    Keerthi Venkatesan
    April 21, 2016
    0

    it is use for data validation rules for data applied to the class or member.

    Vivek Kumar
    April 17, 2016
    0

    DataAnnotations are used to enforce validation rules for data applied to the class or member.

    Kml Surani
    January 09, 2016
    0

    The System.ComponentModel.DataAnnotations attributes cause MVC to provide both client and server validation checks with no additional coding required by you.

    Ravi Patel
    December 31, 2015
    0

    data annotation use for data validation of the application

    Sandeep Kumar
    December 29, 2015
    0