ASP.NET 的 AOP 工具比较
从 asp.net 的角度来看 (C#) 每个 AOP 工具的优点和缺点是什么? 需要包括的一些因素:
- 学习曲线(对于 AOP 新手)
- 可能的拦截
- 性能
- 成本
From an asp.net perspective (C#)
What are the strengths and weaknesses of each AOP tool?
Some factors to include:
- Learning curve (for AOP newbies)
- Interceptions possible
- Performance
- Cost
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
了解 .NET 中的 AOP
Understanding AOP in .NET
你可以使用 PostSharp4AspNet 但他们仍然不建议这样做,除非你在网络应用程序中使用它(预编译)不是网站。
you could use PostSharp4AspNet but still they are don't recommend that unless you are using it in a web application (precompiled) not a web site.