Fluent Validation is an ASP.
Im using fluent validation with mvc4 In my Model I have a list: public List<int> TransDrops { get; …
c# asp.net-mvc fluentvalidationI have a bool along with a nullable DateTime property. The DateTime is only required if the bool is set …
datetime fluentvalidationI have a class containing one string property: public class Bla { public string Parameter { get; set; } } I would like to …
c# fluentvalidationQuestion The below code is working fine Server side and not Client side. Why ? When I submit the form, control …
asp.net-mvc asp.net-mvc-3 fluentvalidationWith FluentValidation, is it possible to validate a string as a parseable DateTime without having to specify a Custom() delegate? …
.net string datetime fluentvalidation fluentvalidation-2.0I want to add the FluentValidation Nuget package in my asp.net core app through Nuget Package Manager.While adding …
asp.net-core nuget-package fluentvalidationi'm defining a validation for my Request objects. I would like the validator to stop on the very first failure, …
validation servicestack fluentvalidationI am using FluentValidation for the server side validation. Now I have had it call a function before with Must …
c# .net validation fluentvalidationIs it possible to write unit tests for fluentvalidation classes when the object we are validating has child classes that …
c# unit-testing fluentvalidationI am building an application that has the following layers Data - Entity Framework Context Entities - Entity Framework POCO …
c# entity-framework asp.net-web-api business-logic fluentvalidation