Using Fluent Validation with ASP.NET Simple introduction to Fluent Validation with ASP .NET MVC Advertisements
Adding css class to textbox in MVC view @Html.TextBoxFor(t => Model.Id, new { @class = "wideTextBox" })
Generating readonly textbox in MVC view @Html.TextBoxFor(t => Model.Id, new { @readonly="readonly" })