博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  .NET

摘要:刚刚出炉的,暂时放首页:) Microsoft Visual Studio 2008 Service Pack 1 (iso) http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=27673c47-b3b5-4c67-bd99-84e525b5ce61 Visual Studio 2008 Team Foundation Server Service Pack 1(iso) http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=9e40a5b6-da41-43a2-a06d-3cee196bfe3d Microsoft .NET Framework 3.5 Service Pack 1 http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=ab99342f-5d1a-413d-8 阅读全文

posted @ 2008-08-12 00:27 江南白衣 阅读(6125) 评论(76) 推荐(0)

摘要:多态数据绑定解决方案 阅读全文

posted @ 2008-08-02 18:46 江南白衣 阅读(629) 评论(0) 推荐(0)

摘要:原文:http://weblogs.asp.net/vardi/archive/2008/05/31/net-debugger-visualizers-list.aspx1. WCF Visualizers - http://www.codeplex.com/WCFVisualizer2. CAB Visualization - http://www.codeplex.com/WorkItemVi... 阅读全文

posted @ 2008-07-10 22:05 江南白衣 阅读(565) 评论(0) 推荐(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 江南白衣 阅读(552) 评论(0) 推荐(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 江南白衣 阅读(826) 评论(0) 推荐(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 江南白衣 阅读(691) 评论(0) 推荐(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 江南白衣 阅读(553) 评论(0) 推荐(0)

摘要:错误信息如下: Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'svcutil, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. S... 阅读全文

posted @ 2007-09-10 20:42 江南白衣 阅读(1013) 评论(13) 推荐(0)