fluentvalidation-2.0 Questions
4
I am trying to building custom validation with dynamic message in fluent validation library.
For example :
public class CreateProcessValidator : AbstractValidator<CreateProcessVM>
{
publi...
Bellina asked 9/4, 2013 at 13:22
5
Solved
while looking at Shrinkr's source code (we all review other project's source code to learn, right??? :) ) I noticed the following kewl code .. (abbreviated by me, below)
public virtual Foo F...
Toandfro asked 3/8, 2010 at 2:15
3
Solved
With FluentValidation, is it possible to validate a string as a parseable DateTime without having to specify a Custom() delegate?
Ideally, I'd like to say something like the EmailAddress function,...
Daylong asked 1/4, 2010 at 13:54
1
Solved
I am able to register FluentValidation AbstractValidators using a FluentValidatorFactory. However, it doesn't feel right, because not all of the IoC container registrations happen during bootstrap ...
Punt asked 2/4, 2012 at 21:32
1
I'm using ASP.NET MVC 3 + FLUENT VALIDATION + NINJECT
I have model X and rules for that model are something like this:
RuleFor(c => c.FirstName).NotEmpty();
RuleFor(c => c.LastName).NotEmpt...
Jolley asked 4/11, 2011 at 15:21
1
Solved
In which circumstances would you choose FluentValidation (FV) over the ASP.NET MVC 3 way?
What are the advantages of FV over MVC? I realise that with the latter we have to write much more code and...
Partition asked 7/6, 2011 at 14:37
4
how we used data validation on asp.net?
date can't be insert greater than the current date.
Oldfashioned asked 12/7, 2010 at 7:15
3
Solved
I would like to validate the textbox for specific text and it must not be blank. But the regular expression validator is not validating if the text box is BLANK. However, it validates if I type som...
Blunger asked 30/6, 2010 at 21:28
1
© 2022 - 2024 — McMap. All rights reserved.