FluentValidation C4mvc Video
February 13, 2010 – 21:24
The video of my FluentValidation presentation for c4mvc is now available.
In the video I cover some of the basics of using FluentValidation including:
- How to create a validator class
- Using templated error messages
- Writing custom validation rules
- Unit testing validators
After this, I demonstrate how you can use FluentValidation with ASP.NET MVC2 to perform automatic validation when using Model Binding, clientside validation and using FluentValidation to generate metadata.
The code for the presentation can be downloaded from here.
4 Responses
Great video, looking forward to making more use of Fluent Validation particularly with the MVC2 integration.
Thanks for your presentation, great work! Can you to share the example application from this video?
The sample can be downloaded from http://jeremyskinner.codeplex.com (download the source, in the Presentations folder under FluentValidation-2010-02-10), but this is the “pre-demo” code, so it is missing the changes that I made during the presentation.
Missed changes are not critical. Thanks a lot Jeremy!