Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-annotations

Should I store spaces in my URLs in the database? If so, how do I encode them when putting them into <a href="...">?

ASP.NET MVC2 Model Validation Fails with Non-US Date Format

Entity Framework - Code First Fluent API: ErrorMessage?

difference between: [ScaffoldColumn (false)] and [Display (AutoGenerateField = false)]

Error message for Index data annotation in EF

Different model requirements for POST and PUT

changing viewmodel's MetadataType attribute at runtime

Localizing MVC3 Validation Messages

how do i apply Validation Attributes to WPF

MVC 4 Custom data annotation manual jquery validation call

What is the RequiresValidationContext property of ValidationAttribute class for?

Is there a way use one data annotation/attribute with multiple properties?

Data Annotations - using an attribute extension and storing regular expressions in a resource file

Validation with custom Data Annotations in conflict with localization change

Create Foreign Key using Data Annotations

what are the differences between [DataType(DataType.EmailAddress)] & [EmailAddress]

ASP.NET MVC Data Annotation Tooltip

EF4 code-first vs model-first with regards to model validation

Is it possible to provide a runtime value to StringLength validator in MVC 3?

MVC3 Validation with ComponentModel.DataAnnotations for UK date format (also using jquery ui datepicker)