Tag: MVC
-
Html.RatingFor: Extending the MVC HtmlHelper
When working on a web application, I was in the need to add a…
READ MORE: Html.RatingFor: Extending the MVC HtmlHelperBY
-
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…
READ MORE: Public field not bound when posting to WebAPI (or a deep dive into WebAPI model binding)BY
-
Localize your MVC app based on a subdomain
Having an application in multiple languages is now a requirement in many projects. In…
READ MORE: Localize your MVC app based on a subdomainBY
-
Runtime customizable model attributes in ASP.net MVC3
It can be because you want to implement I18N without the use of resources,…
READ MORE: Runtime customizable model attributes in ASP.net MVC3BY
-
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…
READ MORE: Send content to the layout using a Helper on CakePHPBY
