0
kicks
ASP.NET MVC Tutorial Part 4: Model binding and easy validation
Part 4 of Jeremy Boyd's ASP.NET MVC 1.0 tutorial covers setting up your model bindings so that you can more easily validate your domain objects and present validation failures to your end users. It digs into using the xVal Framework with LightSpeed entities to simply validation concerns - bridging server side and client side validation.