Does anyone know a opensource alternative to postsharp thats as easy to use and supports attribute based stuff? I've seen AspectDNG which is slightly similar but creating those attributes is like c++ code and requires a different form of compilation
I know about windsor,ninject,Spring.Net,etc but none of them have custom attributes like postsharp.
I'm looking for some program that lets me use my own custom attributes with before,after events.
I would appreciate any suggestions.
Thank you
Edit: This question specifically describing these points that it should support attributes has not been asked before. So,please don't close this question. It's not a duplicate.
Edit: why am I afraid of postsharp? PostSharp has so far been the best,but it's commercial and looks uncertain / risky to use the free version for a large project.We never know when they might probably discontinue their free version.
Edit: Thanks for all the votes and favorite adds. So far,I've found this : http://zinject.codeplex.com/ but it's in french. Please provide more suggestions if anyone of you find anything else.