江南白衣

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

2008年4月7日

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

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

   

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

原文: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)编辑

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

     摘要: 谢谢  阅读全文

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

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

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

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

     摘要: 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 江南白衣 阅读(135) | 评论 (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)编辑

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

posted @ 2008-05-20 23:37 江南白衣 阅读(249) | 评论 (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)编辑

     摘要: If you are trying to do real time monitoring in WCF check out Live Trace Viewer. Craig Mcmurtry and Vittorio Bertocci from the Technology Evangelism team put together this cool tool to help to diagnose interactions between WCF service while is happening. This is an additional tool to the existing trace features in WCF.   阅读全文

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

     摘要: Project Description
Visual Studio 2005 shipped with a very nice feature called debugger visualizers. In accordance with their names, debugger visualizers allow you to visually view useful information about objects during debug.

WCF Visualizers contain 5 visualizers:
1. Message Visualizer
2. ChannelDispatcher Visualizer
3. ServiceDescription Visualizer
4. ServiceHost Visualizer
5. ServiceEndpoint for the client side.   阅读全文

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

     摘要: Project Description
CAB WorkItem Visualizations is upgrade to Sample Visualizations. this Visualizations show the WorkItem hierarchy, Worksapce, SmartPart, Command, Events, State and Items.

CAB WorkItem Visualizations contains 3 main windows:
1. CAB WorkItem Visualizations hierarchy tree.
2. Properties Windows.
3. Control Visualizer, show the Workspace and SmartPart.
  阅读全文

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

Description

Litware HR - May 2008 Release.

This new enhanced version of LitwareHR includes the following new features:

  • Upgraded codebase for SQL Server Data Services support
    • New "DataModel"
    • New infrastructure for data access to SSDS (including caching, cross-container search, offline development, etc.)
  • New UX
    • Better graphics and layout
    • Helper links for streamlining demos (demo "auto-complete")
  • Various bug fixes
  • New "Dependency Checker" tool to verify and install pre-requisites
  • New configuration tool to setup LitwareHR (SSDS config, etc.)

The MSI contains all the tools, source code and some binary dependencies (e.g. EntLib) to build LitwareHR. You will need Visual Studio 2008 to build all. This version of LitwareHR is meant to use SQL Server Data Services (SSDS) as the on-line storage provider. You can register for a beta account with this service http://www.microsoft.com/sql/dataservices/default.mspx.

Download:http://www.codeplex.com/LitwareHR/Release/ProjectReleases.aspx?ReleaseId=13174

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

     摘要: 国务院决定,2008年5月19日至21日为全国哀悼日。在此期间,全国和各驻外机构下半旗志哀,停止公共娱乐活动,外交部和我国驻外使领馆设立吊唁簿。奥运圣火在境内的传递活动暂停三天。5月19日14时28分起,全国人民默哀3分钟,届时汽车、火车、舰船鸣笛,防空警报鸣响。
国旗终于为苍生百姓而降。
  阅读全文

posted @ 2008-05-18 20:06 江南白衣 阅读(2174) | 评论 (23)编辑

     摘要: NOTE:
Before I get into this, I do want to applaud the team for coming up with these instructions. It took good, hard work, investigation, experimentation, and testing to get this figured out. It is important that users and customers have the option to upgrade to Enterprise Library 4, if they choose to.

With the release of these instructions, I feel that I owe it to you (our customers and users of SCSF) to ask you to consider "do you really need to upgrade?" Sure EntLib 4 has  阅读全文

posted @ 2008-05-18 16:11 江南白衣 阅读(191) | 评论 (0)编辑

     摘要: This is a digest of WCF Security resources I was collecting for some time. Drop me a comment in case it is useful.  阅读全文

posted @ 2008-05-12 00:20 江南白衣 阅读(98) | 评论 (0)编辑

     摘要: In my previous post (http://blogs.msdn.com/mitsu/archive/2007/06/21/how-to-implement-a-many-to-many-relationship-using-linq-to-sql.aspx), I had proposed a simple solution for implementing many-to-many relationships using Linq to Sql.
Actually, this solution is a generic Linq solution. It's also working with just memory collections (not only Linq to Sql).  阅读全文

posted @ 2008-05-12 00:15 江南白衣 阅读(98) | 评论 (0)编辑

     摘要: In this article, I will show one possible solution to implement many-to-many relationship using Linq to Sql.   阅读全文

posted @ 2008-05-12 00:14 江南白衣 阅读(74) | 评论 (0)编辑

     摘要: The Visual Linq query builder is a Visual Studio 2008 addin. It's a designer that helps you create Linq to Sql queries in your application. Both C# and VB projects are supported.  阅读全文

posted @ 2008-05-12 00:10 江南白衣 阅读(89) | 评论 (0)编辑

     摘要: Introduction
This resource shows an approach for using Linq to Sql within a multi tier Asp.Net application, and particularly how it can be made to work well with ObjectDataSources. It is here as a discussion piece as well as a usable bit of code.

The key features are a Request-scoped datacontext and entity controller classes which provide easy to use Create, Retrieve, Update and Delete (CRUD) operations implemented with Generics. It also discusses the use of DataLoadOptions and app  阅读全文

posted @ 2008-05-12 00:03 江南白衣 阅读(75) | 评论 (0)编辑

     摘要: This sample shows you one way to build an n-tier application using LINQ to SQL classes and a disconnected DataContext.   阅读全文

posted @ 2008-05-12 00:02 江南白衣 阅读(63) | 评论 (0)编辑

     摘要: Visual LINQ Query Builder is an add-in to Visual Studio 2008 Designer that helps you visually build LINQ to SQL queries. Functionally it provides the same experience as, for instance the Microsoft Access Query Builder, but in the LINQ domain. The entire UI of this add-in uses Windows Presentation Foundation. The goal of this tool is to help users become more familiar with the LINQ syntax. The tool may also demonstrate to users how to create their own Visual Studio 2008 add-in using Windows Prese  阅读全文

posted @ 2008-05-11 23:59 江南白衣 阅读(153) | 评论 (0)编辑

     摘要: About six months, we posted on our p&p site that we would not be doing any further development on Mobile Client Software Factory. Since Visual Studio 2008 has shipped, I've been getting a bunch of questions around Mobile Client from customers who have committed to its use. Although our plans have not changed, we've had our sustained engineering team document the steps to upgrade the existing version in order to help those customers.
  阅读全文

posted @ 2008-04-29 00:43 江南白衣 阅读(197) | 评论 (1)编辑

     摘要: DescriptionNew In This Release
The April 2008 release of the Smart Client Software Factory includes support for Visual Studio 2008 . This release does not support Visual Studio 2005.
We fixed a few bugs that were identified by the community.
Requires Guidance Automation Extensions 1.4.
April 2008 Guidance Package can run side-by-side with the May 2007 Guidance Package

The release is live on MSDN here: http://www.microsoft.com/downloads/details.aspx?FamilyId=3BE112CC-B  阅读全文

posted @ 2008-04-28 23:41 江南白衣 阅读(168) | 评论 (0)编辑

     摘要: Generally, I don't like to install any Visual Studio extensions at all, but I thought I should give this one a chance. I installed PowerCommands 1.1 for Visual Studio 2008, and went to play with the new functionality. Here is what I found as the most useful:  阅读全文

posted @ 2008-04-23 23:28 江南白衣 阅读(78) | 评论 (0)编辑

Project Description

LINQ to SQL Entity Base is a simple base class that is primarily designed to support LINQ to SQL in a disconnected way, which is one of the shortcomings of the LINQ to SQL technology at the present time. This is highly useful in an n-Tier or ASP.NET environment where disconnected functionality is relavent.

LINQ to SQL Entity Base includes change tracking support in a "disconnected from data context" mode.

LINQ to SQL Entity Base also supports automated re-syncing of entities to a data context. This includes all entities under a entity tree which is basically all parent --> child type relationships.

Other features also include:
--> Querying across entire LINQ to SQL entity tree for an object(s) with the use of LINQ syntax.
--> LINQEntityID property for each LINQ entity object for unique identification and bookmarking of a LINQ entity.
--> Support for Serialization (via DataContractSerializer) for use in n-Tier environments using WCF.


http://complexitykills.blogspot.com
http://www.codeplex.com/LINQ2SQLEB/Release/ProjectReleases.aspx?ReleaseId=12556

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

Description

This is the first drop for the Smart Client Software Factory April 2008 for Visual Studio 2008 and .NET Framework 3.5.

New In This Release

  • The April 2008 release of the Smart Client Software Factory includes support for Visual Studio 2008 . This release does not support Visual Studio 2005.
  • We fixed a few bugs that were identified by the community.
  • Requires Guidance Automation Extensions 1.4.
  • April 2008 Guidance Package can run side-by-side with the May 2007 Guidance Package

Note: This is an alpha release and still has known bugs. We have not completed testing the factory. Use at your own risk.

Known issues:
  • If the SCSF source is installed on the default path, compiling Quickstarts.WPFIntegration.sln will fail with path too long error.
  • If the SCSF source is installed on the default path, compiling GuidancePackage.sln will fail with path too long error.
  • Unit tests of CompositeUI.WPF.Tests project (in CompositeUI-WPFExtensions.sln) will fail when executed under debug mode.

http://www.codeplex.com/smartclient/Release/ProjectReleases.aspx?ReleaseId=12468

posted @ 2008-04-14 22:57 江南白衣 阅读(153) | 评论 (0)编辑

 ...

posted @ 2008-04-09 14:24 江南白衣 阅读(19) | 评论 (0)编辑

     摘要: 关掉NOD32的IMON模块后,Windows Server 2008里的IIS 7 NetTcpActivator终于正常了。。。
  阅读全文

posted @ 2008-04-07 00:26 江南白衣 阅读(256) | 评论 (0)编辑