By default the ASP.NET MVC List template uses property names for the heading row of a scaffolded table. This article shows you how to use the display name property of the model and how to modify the default template via T4 to make this permanent for all list views created in the application. ...
Go to the complete details ...