Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-annotations

How to create One-to-many relationship in Entity Framework 4.1 using Code First and Data Annotations?

MVC2 DataAnnotations on ViewModel - Don't understand using it with MVVM pattern

How can I validate Mobile/Landline Number formatting using MVC.Net?

Is it possible to "hack into" the unobtrusive validaton supported in ASP.NET MVC 3?

How to use ASP.Net core ModelMetadata attribute

Model Validation is not working in ASP.NET Core 2.0 [duplicate]

.NET: DataAnnotation attributes in general

Will the ValidationResult.MemberNames property ever contain more than one value?

MetadataType problem

.net data-annotations

Date validation in ASP.NET MVC with DataAnnotations in ViewModel

Can I "override" annotations of a superclass's private field?

ASP.NET Core 6 ExceptionMiddleware and Validations

For data validation, where to add Html.RenderPartialAsync("_ValidationScriptsPartial")?

How to use DataAnnotation attributes for validating a model in a console app

How to validate model in .Net Core 3.1 in console app when the model contains another class's object as a property using DataAnnotations?

EF - Require either of two fields?

Is there any way to stop DataAnnotation validation after the first failure?