I\'m using FluentValidation and ASP.NET MVC 3. I just have a couple of questions regarding the validation.
I am using ASP.NET MVC 3 and I am using FluentValidation to validate my view models.I am just a little concerned that I might not be on the correct track.As far as what I know, model validation should
I\'m getting a \'not registered error\' during execution in the ValidatorFactory.CreateInstance call. It appears the type being sent into the method is correct.
I have edited the original question since the same error is occurring the difference being the implementation, I have now added Ninject to the mix.
I have setup my MVC project to use Fluent Validation and Castle Windsor and everything is working wonderfully.I am using a custom Validat开发者_StackOverflow社区or Factory to take into account that I
I\'m using tha namespace System.ComponentModel.DataAnnotations in C# 4 to implement my own validation attribute and it looks like this
I am learning asp.net mvc 2 and fluent validation. My setup is shown after the text here. My problem is that I do not know how to set the errors contained in the res object on the view page in a nice
I have a FluentValidation validator that I want to use to validate a booking. On a booking you must choose a room type that exists as an available room type on the tour that you are choosing. I need t
What is the common practice of input validation? In other words do you check for input validation on client-side, on server-side or on both sides?
I would like to validate the textbox for specific text and it must not be blank.But the regular expression validator is not v开发者_运维技巧alidating if the text box is BLANK.However, it validates if