享受代码,享受人生

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.
posts - 98, comments - 2402, trackbacks - 162, articles - 45
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

公告

WPF

摘要: The existing documentation about the visual tree and logical tree in the Windows SDK leaves much to be desired. Ever since I started with WPF, I have felt unsure about what exactly differentiates the ...阅读全文

posted @ 2010-06-04 21:14 idior 阅读(1561) | 评论 (1) 编辑 |

摘要: When using normal C# events, registering an event handler creates a strong reference from the event source to the listening object.If the source object has a longer lifetime than the listener, and th...阅读全文

posted @ 2010-06-04 16:48 idior 阅读(1649) | 评论 (5) 编辑 |

摘要: It is proven that we software developers spend more time debugging than actually writing code. Guess what?!! WPF is no different… We have to debug and debug and debug! XamlParseException- How...阅读全文

posted @ 2010-05-31 13:05 idior 阅读(568) | 评论 (0) 编辑 |

摘要: Most developers have used {Binding ElementName= myControl , Path = myProperty} in their WPF projects, however you may find it didn’t work for you in certain cases, especially when you were build...阅读全文

posted @ 2010-05-28 17:31 idior 阅读(1600) | 评论 (6) 编辑 |