Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-annotations

Client form validation not working with modal dialog in MVC

Where is the whole list of default error messages for DataAnnotations at MVC 3

MVC data annotation to compare one property to another?

Required Data Annotation is not being translated

Where are the Entity Framework t4 templates for Data Annotations?

ASP.Net MVC 3 ViewModel Data Annotations

ASP.NET MVC 3 Data Annotation: Add validation dynamically

Compare (password) attribute

Validating an email string in .net using EmailAddressAttribute, but not on an attribute

c# .net data-annotations

Using DataAnnotations on Windows Forms project

Get DisplayAttribute attribute from PropertyInfo

ASP.NET MVC displaying date without time

MVC: Override default ValidationMessage

Validation of Guid

MVC data annotations range validation not working properly

Default resource for data annotations in ASP.NET MVC

Opposite of [compare(" ")] data annotation in .net?

DateTime (date and hour) validation with Data Annotation

How can I set a RegularExpression data annotation's regular expression argument at runtime?

Is there out-of-the box validator for Enum values in DataAnnotations namespace?

c# enums data-annotations