Sandeep Kumar
What is data annotation ?
By Sandeep Kumar in .NET on Dec 29 2015
  • Akhil Garg
    Jan, 2016 4

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

    • 1
  • Amit Kumawat
    Sep, 2016 21

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

    • 0
  • Keerthi Venkatesan
    Jun, 2016 8

    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.

    • 0
  • Munesh Sharma
    May, 2016 31

    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.

    • 0
  • Bhuvanesh Mohankumar
    May, 2016 30

    Used to Enforce validation rules

    • 0
  • Keerthi Venkatesan
    Apr, 2016 21

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

    • 0
  • Vivek Kumar
    Apr, 2016 17

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

    • 0
  • Kml Surani
    Jan, 2016 9

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

    • 0
  • Ravi Patel
    Dec, 2015 31

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

    • 0
  • Sandeep Kumar
    Dec, 2015 29

    data annotation use for data validation of the application

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS