摘要: Microsoft introduced Declarative Programming Style with release of MTS and COM+. MTS and COM+ provided many configurable services. E.g. "Transactional" attributes, Synchronization attributes, etc. The best thing about all these services is that it requires minimum efforts on developer side. All the services are configurable using the attributes. But we could never really add to set of attributes that MTS or COM+ provided. To some extent it helped us to visualize the capabilities of the future ap 阅读全文
posted @ 2008-11-04 16:39 Zero.Li 阅读(1312) 评论(0) 推荐(0) 编辑
摘要: 属性提供功能强大的方法以将声明信息与 C# 代码(类型、方法、属性等)相关联。与程序实体关联后,属性可在运行时查询,并可以以任意多种方式使用。 阅读全文
posted @ 2008-11-04 13:43 Zero.Li 阅读(3077) 评论(0) 推荐(0) 编辑