面向方面的编程:您使用 PostSharp 做什么?

发布于 2024-08-05 02:37:02 字数 118 浏览 4 评论 0原文

我想请问AOP框架Postsharp的用户,您使用该框架的具体用途是什么?

另外,我知道它的使用对构建时间有很大的负面影响,但是运行时性能怎么样?有很多打击吗?

谢谢,

S

I would like to ask users of the AOP framework Postsharp, what specifically are you using the framework for?

Also, I know it's use has a big negative impact on build times, but how about runtime performace? Is there much of a hit?

Thanks,

S

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

桃气十足 2024-08-12 02:37:02

我用它来消除 INotifyPropertyChanged 方法中的属性名称气味,并且它并没有对运行时性能产生巨大影响。

I use it to remove the property name smell from INotifyPropertyChanged methods, and it hasn't hugely affected runtime performance.

关于从前 2024-08-12 02:37:02

我使用编译时编织为某些已用特定属性修饰的方法添加额外的功能。

就像这里

I use the compile time weaving to add extra functionality to some methods that have been decorated with a certain attribute.

Like here.

-小熊_ 2024-08-12 02:37:02

简而言之,它使开发速度更快,代码更易于维护且更易于理解。当您愿意付出努力时,性能不一定会受到影响。

In short, it makes development faster, code more maintainable and easier to understand. There doesn't have to be a performance hit when you are willing to put in the effort.

海未深 2024-08-12 02:37:02

We use it to inject our own aspects (persistent property accessors, construction notifiers, session & transaction activators, etc.) in DataObjects.Net.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文