ASP.NET MVC provides great support for DataAnnotation attributes which can be used to enable rich metadata behavior within MVC models. This article explores ModelMetadataProvider extensibility and how to create a MetadataProvider to support any custom behavior. ...
Go to the complete details ...