享受代码,享受人生

SOA is an integration solution. SOA is message oriented first.
The Key character of SOA is loosely coupled. SOA is enriched
by creating composite apps.
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2005年4月25日

摘要: What's this mean? System.PlatformId in 1.1 namespace System { public enum PlatformID { // Fields Win32NT = 2, Win32S = 0, Win32Windows = 1,WinCE = 3 } } System.PlatformId in 2.0 namespace Sys... 阅读全文

posted @ 2005-04-25 21:53 idior 阅读(1394) 评论(2) 推荐(0) 编辑

摘要: 很有意思的一个泛型集合类, 不过由于它属于System.ComponentModel名空间估计很容易被人遗忘. 主要特点在于它可以在加入新的元素或者元素发生修改的时候触发相应的事件, 而在基本集合类中是不具有这些功能的,而且由于在基本集合中Add方法不是Virtual方法,要想让它触发时间还真不是很方便.不过BindingList可以很好的满足你的功能. 下面的示例中使用List界面上不会立即... 阅读全文

posted @ 2005-04-25 19:14 idior 阅读(2380) 评论(2) 推荐(0) 编辑

摘要: .Net的新功能: 泛型,匿名方法,新的迭代器 这些功能都是与集合的应用紧密相关的,希望以后能有新的发现,将这个系列完善.欢迎提出你的看法 .Net2.0的集合操作 --- What i know? .Net2.0的集合操作 --- What i hope? .Net2.0的集合操作 --- What i forgot? CollectionClosureMethod in .NetArray &... 阅读全文

posted @ 2005-04-25 00:04 idior 阅读(4294) 评论(1) 推荐(0) 编辑