0
kicks
Building Nice Display Names From Pascal-Case Names in ASP.NET MVC
Want to stop decorating your ASP.NET MVC view models with the DisplayNameAttribute when all you want is a space in your property names? Here's a simple convention you can implement to achieve exactly that.