A Basic Guide on Data Annotations in Asp.Net MVC

Asp.Net MVC

Data annotations are used to make configurations on your model classes that highlights the most common settings required. The AnnotationsData is also understood by a number of .NET apps, such as ASP.NET MVC, that allow these apps to take advantage of the same annotations for client-side validations. The Data Annotation attributes supersede the default Code-First … Read more