AOP and Logging in .net

I researched the idea of using AOP paradigm with a logging. Results are very interesting for me … I will show an example which I created in an AOP sample. Simple Class is our guinea pig: Definition of a NLogTrace attribute will be shown below. Our class has only two public methods, two private fields … More AOP and Logging in .net