>ASP.NET MVC Validations

>I was excited to see the announcement on Scott Gu’s blog about ASP.NET MVC v3.  And I was even more excited to see that they are greatly enhancing the validation processing.  Specifically, they’ve added a way to perform model level validations.  And with the way it looks like it wraps the validations so that you don’t have to create Controller methods specific for you validations, this could be a huge improvement over what was introduced in v2.