Articles : Page 1 of 1

  • ActionFilter Overkill

    ActionFilter Overkill

    Jul 10
    02

    We've seen not one, but two posts this week where we used an ActionFilter as the solution to a problem. ActionFilters are powerful. ActionFilters can inspect and modify action parameters and action results. They can cover almost any cross-cutting concern in ASP.NET MVC: caching, security, auditing, etc. But, should you use them everywhere?...



  • 1