Built-in AOP in C# - is it on the way?

前端 未结 4 716
鱼传尺愫
鱼传尺愫 2020-12-08 07:37

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, ICorProfi

4条回答
  •  攒了一身酷
    2020-12-08 07:59

    Spring.NET provides AOP as well. It takes a lot of configuration but once it's set up it works well.

提交回复
热议问题