I'm new to ASP.NET MVC 3 and EF 4.1 and I have a question: what is the difference in behavior of [MaxLength] and [StringLength] attributes? As far as I can tell (with the exception that [MaxLength] can validate the maximum length of an array) these are identical and somewhat redundant?
Please help me decide which one I'm best to use!
Thanks, Nick