Coding Grounds
Compilation of different programming projects I amuse myself with.
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:
Timing your MVC Actions
›
Add the following attribute to your MVC actions to view the timing of your mvc actions using System.Diagnostics.Stopwatch class. This is ano...
2 comments:
‹
›
Home
View web version