In large apps I find myself really wishing I had built-in AOP facilities. As it stands in C# the best you can do is factories and RealProxys, PostSharp, ICorDebug, ICorProfiler or injection frameworks. There is no clean built-in way of doing AOP.
Is there any indication anywhere (blog post / internal discussion) that indicates that AOP is on the way?
See Question&Answers more detail:os