随笔分类 -  c#实战

很多实战的技术细节,在时间的刷洗下会逐渐淡忘. 及时记录这些知识的财富,才能无往而不利.
摘要:通过向 SQL Server 项目添加“触发器”创建 SQL 触发器。成功部署后,就可以像其他任何 T-SQL 触发器一样调用和执行在托管代码中创建的触发器。使用托管语言编写的触发器可以使用 SqlTriggerContext 类获得对相关信息的访问,这些信息与 T-SQL 触发器的可用信息相同。 注意 在默认情况下,Microsoft SQL Server 中关闭了公共语... 阅读全文
posted @ 2010-07-29 14:37 Zero.Li 阅读(514) 评论(0) 推荐(0) 编辑
摘要: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 阅读(1314) 评论(0) 推荐(0) 编辑
摘要:属性提供功能强大的方法以将声明信息与 C# 代码(类型、方法、属性等)相关联。与程序实体关联后,属性可在运行时查询,并可以以任意多种方式使用。 阅读全文
posted @ 2008-11-04 13:43 Zero.Li 阅读(3083) 评论(0) 推荐(0) 编辑
摘要:刚接触插件式编程是看了朱伟的Esframework的文章, 便被其魅力所诱惑住了. 学习的过程还会很长, 随写心得以继续的动力 阅读全文
posted @ 2008-10-27 14:50 Zero.Li 阅读(1738) 评论(0) 推荐(0) 编辑
摘要:这篇文章说阐述了socket编程的原理及简单实现,以这些为基础便可以理解Esframework的类容. 阅读全文
posted @ 2008-10-27 14:48 Zero.Li 阅读(743) 评论(1) 推荐(1) 编辑
摘要:如遇到此类问题可以聊以参考. 阅读全文
posted @ 2008-10-27 14:29 Zero.Li 阅读(501) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示