Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我听说过编程语言的方面,我对此非常感兴趣。但是我不知道如何开始使用它们。我坚信你们可能会朝着正确的方向前进。
C# 没有为此提供内置功能,您需要一个框架,如 PostSharp,来执行“字节码编织”(即只编写代码以实际进行调用,直接调用您的类)来模拟它。
查看下面的链接,您可以在其中找到一些示例和教程
http://www.sharpcrafters.com/
C# 中的面向切面编程