Implementing auditing using Autofac if it support method interception?

Posted by ITGoran on Stack Overflow See other posts from Stack Overflow or by ITGoran
Published on 2010-04-02T12:16:51Z Indexed on 2010/04/02 12:23 UTC
Read the original article Hit count: 185

Filed under:
|
|
|

I'm planning to use Autofac IoC for my project where I must implement auditing (Who, What is doing in application). I was already read a lot of articles on this subject (auditing). My intention was to use method interception to implement this functionality. I know that Unity support this, but I was wondering if I can use Autofac for this scenario ?

© Stack Overflow or respective owner

Related posts about autofac

Related posts about .NET