江南白衣

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

2008年5月20日

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

     摘要: 谢谢  阅读全文

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

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

     摘要: 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 江南白衣 阅读(117) | 评论 (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 江南白衣 阅读(47) | 评论 (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 江南白衣 阅读(106) | 评论 (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 江南白衣 阅读(122) | 评论 (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 江南白衣 阅读(129) | 评论 (0)编辑

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

posted @ 2008-05-20 23:37 江南白衣 阅读(209) | 评论 (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 江南白衣 阅读(118) | 评论 (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 江南白衣 阅读(106) | 评论 (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 江南白衣 阅读(126) | 评论 (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 江南白衣 阅读(109) | 评论 (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 江南白衣 阅读(116) | 评论 (0)编辑