Nick Riggs, Web Developer

Making stuff up about web development since last week.

6 February 2012

Subscribe to our RSS feed

Currently browsing Foolproof

ASP.NET MVC 3 Data Annotations Provide Property-Level Contingent Validation

Posted in ASP.NET, Foolproof October 20, 2010

MVC 3 gives us the ability to create model-aware validation attributes. What does this mean for Foolproof Validation

Client Side Model-Aware Validation

Posted in ASP.NET, Foolproof, JavaScript June 18, 2010

In a previous post, we built a model-aware validator using Foolproof for ASP.NET MVC. Now, it’s time to create the client side version because posting back sucks.

Build Model-Aware Custom Validation Attributes in ASP.NET MVC 2

Posted in ASP.NET, Foolproof April 12, 2010

Using Foolproof’s ModelAwareValidationAttribute class, you can create custom model-aware data annotations to solve any complex validation scenario

Foolproof Provides Contingent Data Annotation Validation for ASP.NET MVC 2

Posted in ASP.NET, Foolproof March 22, 2010

“MVC Foolproof Validation” is my first open source project to help bridge the gap in ASP.NET MVC Data Annotations when dealing with contingent or dependent scenarios