A Basic Guide on Data Annotations in Asp.Net MVC
Data annotations in mvc 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 … Read more