享受代码,享受人生

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.
随笔 - 213, 文章 - 45, 评论 - 2315, 阅读 - 121万
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

09 2005 档案

摘要:以一些代码片段和个人的理解对LINQ的介绍:(我更愿意叫它LINQ,而不是Orcas, 因为它可能根本不是Orcas,而是.Net2.1)主要内容包括: Implicitly typed local variables Extension methods Lambda Expressions Object and Collection initializers Anonymous types Qu... 阅读全文

posted @ 2005-09-20 11:49 idior 阅读(4056) 评论(3) 推荐(0) 编辑

摘要:Windbey中为了增强对集合的访问能力, MS设计了List<T>这么一个泛型集合, 其中有不少的增强功能,比如Foreach,ConvertAll,FindAll等等,并且为了方便使用MS在System名空间下引入了一些特制的Delegate.主要包括以下几个:20public delegate void Action<T>(T obj); //Used by ForE... 阅读全文

posted @ 2005-09-18 22:00 idior 阅读(17084) 评论(7) 推荐(2) 编辑

摘要:Windows Workflow Foundation 推出以后,Biztalk将置于何处? 好像PDC上也没有什么Biztalk的消息. 阅读全文

posted @ 2005-09-15 13:56 idior 阅读(2422) 评论(5) 推荐(0) 编辑

摘要:有的主题下(比如我现在的主题)看不到留言的数目,需要不定期进入留言簿的自己看有没有新的留言不太方便. 阅读全文

posted @ 2005-09-14 22:22 idior 阅读(465) 评论(4) 推荐(0) 编辑

摘要:MSDN有关.Net平台未来新增功能的介绍.网址链接 阅读全文

posted @ 2005-09-14 17:17 idior 阅读(2335) 评论(2) 推荐(0) 编辑

摘要:有一位朋友在看了我有关List的介绍后, 觉得List的功能很强大, 于是乎看到集合就想用它.不过之前一直提倡Design to interface, 按照这样的思想我们在变量的声明(declare)以及方法的签名(signature)中还是应该尽可能的使用IList. 如下所示: class Demo{ private IList list=new List; public voi... 阅读全文

posted @ 2005-09-05 19:28 idior 阅读(6208) 评论(17) 推荐(0) 编辑

摘要:最近大家在园子可能看到了不少有关Aop的文章, 也许尚有很多人不知AOP为何物, 或许有人认为AOP就是方法拦截. 不管你现在对AOP的认识如何, 希望在本系列的文章中和我共同加深对AOP的理解. 渐渐地你会发现编程的思想已经开始有了新的变化...如果你不知道什么是AOP, 那么你听说过Design Pattern吗? 如果你觉得DP很神奇, 那么我告诉你AOP将改变DP的样子.如果你不知道什么是... 阅读全文

posted @ 2005-09-04 23:50 idior 阅读(3380) 评论(11) 推荐(0) 编辑

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