I wanted to select a Framework for writing crosscutting functionality in my project. like logging etc. And I thought to use Aspect oriented programming. I found Spring.net after R&D. Can you please share your experience with advantages and Disadvantages or any other way you like? Or do you recommend any other framework? Your help and recommendations will be appreciated.
I wanted to select a Framework for writing crosscutting functionality in my project. like
Share
Postsharp just announced v2. I have trialled PostShart 1.5, but dropped it when I couldn’t get it to play nice with the MS Performance testing tools (which also inject code into the compiled assembly).
I liked the PostShart API and found it easy to follow, but the increased compile time could have potentially been an issue (we have large projects).