Author Archive

ASP.NET MVC’s ActionResult in depth

UncategorizedPublished February 22, 2010 at 8:47 PM No Comments

ActionResult Class is a valuable abstract class in ASP.NET MVC Framework. ActionMethods mostly return an ActionResult. First let’s see what is an ActionMethod ? Any class that inherits from System.Web.Mvc.Controller can use action methods to serve web requests. The requirements for a method to be web-callable as an action method are well documented on http://www.asp.net/mvc.
read more..

Solving BlogEngine.NET Feed Error

UncategorizedPublished October 9, 2009 at 12:21 PM No Comments

My BlogEngine.NET 1.4.5.0’s Feed Page, encountered a weird error (Again tnx to MMR!). So I “Googled Around” to find it’s solution and unfortunately I didn’t find any. I tried to understand the really weird error and tracked/traced it into the program’s source code. At last I solved it by changing the Time Difference setting in
read more..

Premium Wordpress Plugin