Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-annotations

ModelState.IsValid is always true while using Data annotation, MVC as Web API

How to add composite foreign key in data annotation for Entity Framework 6

Entity Framework - Check if property is mapped

Define markup for [Required] fields in View in ASP.NET MVC 2.0

Using EF POCO classes as MVC 2 models (with data annotations)

Blazor Text Editor not able to bind value on form (create/edit)

Data Annotation MVC 4 Digits

MVC 3 DataAnnotations: Not allow HTML

Entity Framework: how to implement shared primary key with Fluent API?

Why MVC Model Binder set required for int, long values?

Regular expression for DataAnnotation for Password

Data validation with custom attributes (AttributeTargets.Class) on EF buddy classes

Localization of data annotations using IStringLocalizer

Programmatically validate using data annotations?

Using DataAnnotation localizer in your extension method for HtmlHelper in ASP.net core mvc 3.1

Keeping IClientValidatable outside the model layer