江南白衣

陌上發花,可以緩緩醉矣
忍把浮名,換了淺斟低唱
我不是聖賢豪士,我衹有一腔熱血
posts - 107, comments - 340, trackbacks - 10, articles - 0
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

.NET

posted @ 2008-07-10 22:05 江南白衣 阅读(71) | 评论 (0)  编辑 |

     摘要: The Composite Application Guidance for WPF can help you split the development of your WPF client application across multiple development teams, each responsible for the development of a piece of the application, and help you seamlessly compose those pieces together into a client application. The guidance includes a reference implementation, reusable library code (called the Composite Application Library), documentation, quick start tutorials and hands-on labs.  阅读全文

posted @ 2008-07-08 01:00 江南白衣 阅读(80) | 评论 (0)  编辑 |

     摘要: The Managed Extensibility Framework (MEF) provides developers with a tool to easily add extensibility to their applications and with minimal impact on existing code. The application developer can define extension points according to the functionality required of an extension, while the extension developer uses those points to interact with the application.
  阅读全文

posted @ 2008-07-07 23:50 江南白衣 阅读(34) | 评论 (0)  编辑 |

     摘要: Introduction
Welcome to the CodePlex site for the Managed Extensibility and Add-In Team. This site will be the home to both samples and tools designed to help you make the best use of the new System.AddIn features in the .Net FX v3.5. We'll continue to use our blog http://blogs.msdn.com/clraddins/ for information and discussion about our work, but from now on we'll be hosting our samples here for easier access.

The initial focus will be on two things:

Bringing over sample  阅读全文

posted @ 2008-07-07 23:49 江南白衣 阅读(40) | 评论 (0)  编辑 |

     摘要: Introduction
Working with the TreeView control usually requires the use of recursion (when a method calls itself). Some developers have a difficult time writing or maintaining recursive methods. The utility class presented in this article, TreeViewWalker, was created to help abstract recursion away from the business logic; creating a more palatable TreeView programming model.

The net result of using this class is that the application developer does not need to deal with the added co  阅读全文

posted @ 2008-05-22 22:24 江南白衣 阅读(135) | 评论 (0)  编辑 |

posted @ 2007-09-10 20:42 江南白衣 阅读(352) | 评论 (13)  编辑 |