Resources  
  • HandleErrorAttribute or Error Handling in MVC 4Oct 22, 2012. HandleErrorAttribute in MVC is used to display friendly error pages to user when something goes wrong in the application. Let’s create a simple exception in the application to explore HandleErrorAttribute.
  • Use of MVC Custom Action FilterJul 19, 2012. Action Filters provide us the ability to create an AOP (Aspect Oriented) approach with ASP.Net MVC.