Tag: Development

Community

ASP.NET MVC Validation Complete

(Ricardo Peres) OK, so let’s talk about validation. Most people are probably familiar with the out of the box validation attributes that MVC knows about, from the System.ComponentModel.DataAnnotations namespace, such as EnumDataTypeAttribute, RequiredAttribute, StringLengthAttribute, RangeAttribute,

Community

MVC 4 Web API – Part 1

(Orlando) I’d like to start a series of posts talking about the new MVC 4 features. I think the most important improvement as been done implementing the Web API Framework. This framework will allow us to easily write restful HTTP service on the top of our well known MVC framework.