Tag Archives: ASP.NET Web Api
AOP with ASP.NET Web Api
September 15, 2013 · by damienbod · in .NET, AOP, Enterprise Library, Logging, Semantic Logging, SLAB, TopHeaderMenu, Unity, Web · 2 Comments
This blog demonstrates the usage of filters and unity interface interception with an ASP.NET Web Api application. AOP = Aspect oriented programming. This programming paradigm can be used to add functionality to existing methods. In the following example, we wrap the controller method with diagnosis using filters and then we wrap the business manager with […]
