Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Fun with Http Headers in ASP.NET MVC Action Filters

    Do you want your ASP.NET MVC application to auto redirect to a specific url after a certain interval, yes you can use javascript window.location , what about without javascript? Check this codes: [AutoRefresh(ControllerName = "Home", ActionName = "About", DurationInSeconds = 10)] public ActionResult...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 04-29-2009, 12:00 AM
    Filed under: Asp.net, MVC, ASPNETMVC, ASP.NET MVC, Action Filter
  • ASP.NET MVC View and Transaction

    Scott showed how to render the Grid in a Transaction. Certainly it does the job but in my opinion view component should not be responsible for this kind of cross cutting concerns, instead we can use the Action Filters. Lets see how we can utilize the Action Filter in this scenario instead of modifying...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 11-11-2009, 12:00 AM
    Filed under: Asp.net, MVC, ASPNETMVC, ASP.NET MVC, Action Filter
  • MvcExtensions - ActionFilter

    One of the thing that people often complains is dependency injection in Action Filters. Since the standard way of applying action filters is to either decorate the Controller or the Action methods, there is no way you can inject dependencies in the action filter constructors. There are quite a few posts...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 05-27-2010, 12:00 AM
    Filed under: Asp.net, MVC, ASPNETMVC, ASP.NET MVC, Open Source, Action Filter, MvcExtensions
Page 1 of 1 (3 items)