江南白衣

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

2008年7月15日

     摘要: This article is all about using the .NET 3.5 System.Addin namespace. This article owes much to the fabulous WPF book by Mathew McDonald (Who is an uber genius in my opinion).   阅读全文

posted @ 2008-07-15 21:07 江南白衣 阅读(81) | 评论 (0)编辑

2008年7月11日

    sourceforge被和谐了,下一个会是谁呢?
    sourceforge是什么?去sourceforge的人都是些什么人?那些傻逼和白痴们以为区区一道墙就能阻挡得了这些人了嘛?
    更早的一些时候,我们伟大的祖先建立了那道伟大的墙,结果如何?伟大的汉族文明却被墙外的铁骑一而再再而三地翻墙而过继而狠狠地踏在脚底!
    我们热爱民族,我们热爱祖国,我们是成年人,我们接受过足以明辨是非的教育,我们对自己的行为负责。可是,我们不需要如此暴力而傻逼的对待!
 
   Tor,就像是雨衣,穿着洗澡真他妈不是滋味。但是,澡还是要洗的,对吧?

   

posted @ 2008-07-11 20:58 江南白衣 阅读(103) | 评论 (2)编辑

2008年7月10日

原文:http://weblogs.asp.net/vardi/archive/2008/05/31/net-debugger-visualizers-list.aspx
1. WCF Visualizers - http://www.codeplex.com/WCFVisualizer

2. CAB Visualization - http://www.codeplex.com/WorkItemVisualizer

3. Righthand Dataset Debugger Visualizer

 4. Web Visualizer - http://www.codeplex.com/webvisualizers

 5. PowerShell Debug Visualizer - http://www.codeplex.com/PoSHDebugVisualizer

 6. DepO WPF Dependency Object Visualizer - http://www.codeplex.com/dathanliblikdepo

 7. Mole Visualizer For All Project Types - http://www.codeproject.com/KB/macros/MoleForVisualStudio.aspx

 8. LINQ Query Visualizer - http://msdn.microsoft.com/en-us/library/bb629285.aspx

 9. Lithium XML Debugger Visualizer

 10. Bitmap Debugger Visualizer

 11. ASP.NET Visualizers

 12. Data Debugger Visualizer

 13. WindowsIdentity Debugger Visualizer

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

2008年7月8日

     摘要: 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)编辑

2008年7月7日

     摘要: 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)编辑

2008年6月26日

     摘要: 谢谢  阅读全文

posted @ 2008-06-26 00:10 江南白衣 阅读(110) | 评论 (2)编辑

2008年6月11日

     摘要: There are a number of places where you can read an introduction to the Entity Framework, listen to a podcast about it, or watch a screen cast or video of an interview. Even with these various resources, though, there are so many different data access technologies out there that it's not uncommon for me to get the question: Why should I use the Entity Framework? Or what differentiates it from other options like just using ADO.Net SqlClient and friends, LINQ to SQL or something like nHibernate?   阅读全文

posted @ 2008-06-11 23:47 江南白衣 阅读(191) | 评论 (2)编辑

     摘要: The Entity Framework enables developers to reason about and write queries in terms of the EDM model rather than the logical schema of tables, joins, foreign keys, and so on. Many enterprise systems have multiple applications/databases with varying degrees of normalization, different schema styles depending on the group that developed it, and different naming conventions for tables and columns. Furthermore, in complex systems the entities of interest may be scattered across multiple rows in multi  阅读全文

posted @ 2008-06-11 23:36 江南白衣 阅读(146) | 评论 (0)编辑

2008年6月10日

     摘要: One of the main pillars of Visual Studio 2008 and .Net Framework 3.5 Service Pack 1 if the better integration with SQL Server 2008. Service Pack 1 now uses the Change Tracking capabilities of SQL Server 2008 in order to identify the incremental changes.



  阅读全文

posted @ 2008-06-10 21:59 江南白衣 阅读(67) | 评论 (0)编辑

2008年6月1日

     摘要: Project Description
This leightweight library contains functionality for creating Windows like Services in managed code, as creating Windows Services in Windows Mobile/Windows CE isn't supported. The library is compatible with the .NET Compact Framework 2.0 and higher.   阅读全文

posted @ 2008-06-01 01:19 江南白衣 阅读(118) | 评论 (0)编辑

2008年5月30日

     摘要: Description
xUnit.net 1.0.1 RTM, build #1279. Taken from source control change set #19307.

Update for xUnit.net which adds support for ASP.NET MVC Preview 3, support for recent builds of F#, as well as fixes several bugs from the 1.0 release.  阅读全文

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

2008年5月22日

     摘要: 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)编辑

2008年5月20日

     摘要: WCF相关测试工具,文章...  阅读全文

posted @ 2008-05-20 23:37 江南白衣 阅读(250) | 评论 (1)编辑

     摘要: The Managed Services Engine (MSE) is one approach to facilitating Enterprise SOA through service virtualization. Built upon the Windows Communication Foundation (WCF) and the Microsoft Server Platform, the MSE was developed by Microsoft Services as we helped customers address the challenges of SOA in the enterprise.

The MSE fully enables service virtualization through a Service Repository, which helps organizations deploy services faster, coordinate change management, and maximize the   阅读全文

posted @ 2008-05-20 23:01 江南白衣 阅读(126) | 评论 (0)编辑