Related resources for Interception
  • ASP.NET MVC with Action Filters4/1/2024 6:30:02 AM. In this article, we will learn how to enhance your ASP.NET MVC applications with Action Filters. Action Filters provide a powerful mechanism for injecting cross-cutting concerns such as logging, authe
  • Logging And Tracing With Post Sharp3/19/2024 11:58:46 AM. Learn how to implement logging and tracing in .NET applications using PostSharp. Utilize aspect-oriented programming to inject logging behavior into methods, simplifying code maintenance and enhancing
  • MEFContrib with Unity Interception 7/23/2011 4:46:33 AM. In this article I try to use MEF with Unity Framework. I am trying to build a simple app which would be extensible and at the same time would use Aspect Oriented Concept.