Taking Your Game to the Next Level: FluentValidation
This is the last in a three-part series on validation techniques in MVC 3. See the first post and the second post to get the solution set up. Continue reading...
This is the last in a three-part series on validation techniques in MVC 3. See the first post and the second post to get the solution set up. Continue reading...
In a previous post I covered simple and custom validators for model properties. Do read that post first to get a sample MVC 3 solution set up. Essentially at this point we have one out-of-the-box and one custom validator on our Widget class: Continue reading...
This is the first of a series on validation and business rules in MVC 3. I'll start out simple and we'll work out way up to the more complex. I'm going to build on the solution created in the previous blog post (Delete Like a Rock Star) so go there and get set up. Continue reading...