Hello everybody,
today I want to document one gotcha related to difference between Html.TextAreaFor and Html.EditorFor.
Recently I've had a requirement to add hint text to text fields. In Html world there are two ways to create input field which accepts text: <input type="text" />...