Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-annotations

Automatically generating data annotations from camel case field names

How do I use System.ComponentModel.DataAnnotations.AssociationAttribute

Sharing assemblies using Portable Class Library with DataAnnotations

ASP.NET MVC data annotations attribute Range set from another property value

How to write custom RegularExpressionValidator which takes the values from the config file?

How can I validate nested model?

DataAnnotations Support in Windows Forms

Validator.TryValidateProperty Not Working

Conditionally validating portions of an ASP.NET MVC Model with DataAnnotations?

Unable to set membernames from custom validation attribute in MVC2

Get error message when using custom validation attribute

How to automatically add placeholder attribute to html input type number in mvc 4?

How to get DataAnnotation Display Name?

ASP.NET MVC4: An attribute argument must be a constant expression , typeof expression or array creation expression of an attribute parameter type

Get Data Annotations attributes from model

How does one do property validation of a C# class using Data Annotations in .NET Framework 3.5?

Code first columns with type char(36)

Writing a CompareTo DataAnnotation Attribute

separate numbers by comma with asp.net mvc

Extending the MVC RequiredAttribute