What is the difference between these 2 Display attributes?
[Required]
[DisplayName("Status")]
[Display(Name = "Status")]
public string StatusName;
These are inside a buddy metadata class using mvc5 and EF 6 in VS2012.
The first one will throw this message.