I was reading the new features of asp.net-mvc3 and found about unobtrusive-validation.
My question is that Unobstrusive is new in asp.net-mvc3?
This SO answer says about this validation
Does it mean that Model validation is improved by introducing the new feature called Unobtrusive
or
some improvements are done in Unobtrusive validations and this feature is already available if so, can you tell what are the improvements done?
Unobtrusiveness has to do with the way validation rules are expressed rather than with validation process itself. From Scott Gu's blog post:
And yes, this way of expressing validation rules in ASP.NET MVC is there since version 3.