Tag: MVC
-
Html.RatingFor: Extending the MVC HtmlHelper
When working on a web application, I was in the need to add a…
BY
-
Public field not bound when posting to WebAPI (or a deep dive into WebAPI model binding)
When trying to create a sandbox project using WebAPI (on MVC4), I was struggling…
BY
-
Localize your MVC app based on a subdomain
Having an application in multiple languages is now a requirement in many projects. In…
BY
-
Runtime customizable model attributes in ASP.net MVC3
It can be because you want to implement I18N without the use of resources,…
BY
-
Send content to the layout using a Helper on CakePHP
This post is based on Robert Conner’s code forCakePHP 1.x., and I made some…
BY