Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-annotations

Using DataAnnotations to compare two model properties

DataAnnotations validation (Regular Expression) in asp.net mvc 4 - razor view

The specified value does not conform to the required format yyyy-MM-dd

ASP.Net MVC DisplayFormat

How do I specify that a property should generate a TEXT column rather than an nvarchar(4000)

How can I tell the Data Annotations validator to also validate complex child properties?

How to add "required" attribute to mvc razor viewmodel text input editor

How to handle Booleans/CheckBoxes in ASP.NET MVC 2 with DataAnnotations?

Data Annotation Ranges of Dates

How to create Custom Data Annotation Validators

Data Annotation to validate confirm password

c# asp.net data-annotations

How to retrieve Data Annotations from code? (programmatically)

Entity Framework Code First Fluent Api: Adding Indexes to columns

DataAnnotations: Recursively validating an entire object graph

Required attribute for an integer value

"The Id field is required" validation message on Create; Id not set to [Required]

How do I specify the columns and rows of a multiline Editor-For in ASP.MVC?

Asp.Net Mvc Hidden Field from Data Annotations

Unit Testing ASP.NET DataAnnotations validation

Conditionally required property using data annotations