Browse by Tags
All Tags »
.NET »
MVC (
RSS)
After a few months of using FluentValidation I asked its author Jeremy Skinner if it were possible to integrate this with xVal . At that time it was not possible because there were no easy way to access the properties needed by xVal. After submitting...
In a previous post I showed you how you can use xVal and the IDataErrorInfo class to add validation to your Asp.net MVC website. In this post I will extend that to Linq-to-Sql and the classes it generates. The northwind database has a suppliers table...
In my last post I showed you how to use Validation attributes on your model for validation. Today I will show how you can create your own attributes that can provide custom validation for you. To accomplish this we need to inherit from ValidationAttribute...
I've been playing around with lots of different Validation concepts recently and I think I have come up with something that will be very useful. Hopefully you will also find it useful. Firstly I have been looking at Steve Sanderson 's new open source...
The whole advantage with MVC over webforms is extensibility at every point. Extensibility, Extensibility, Extensibility. Authorization is a very important and every web project has there own needs and requirements. Full customisation is paramount. Here...
More Posts