Coding Grounds
Compilation of different programming projects I amuse myself with.
Sunday, 1 January 2012
Razor extension method Each
›
It is possible to augment razor views with not only helpers, but also razor extension methods. In this example, an extension method which wi...
1 comment:
Saturday, 31 December 2011
Analyzing routing in your MVC application
›
Routing and ASP.NET MVC woes !!! So you have created a MVC application and worked on it a bit, and now your Global.asax contains calls to a ...
1 comment:
Thursday, 29 December 2011
Creating custom ActionResult
›
It is possible to inherit the ActionResult class and create a custom ActionResult. The following class creates a new kind of ActionResult fo...
1 comment:
‹
›
Home
View web version