江南白衣

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

2008年5月12日

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

2008年5月11日

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

2008年4月29日

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

2008年4月28日

Description

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
The release is live on MSDN here: http://www.microsoft.com/downloads/details.aspx?FamilyId=3BE112CC-B2C1-4215-9330-9C8CF9BCC6FA&displaylang=en

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

2008年4月23日

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

2008年4月14日

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 江南白衣 阅读(122) | 评论 (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 江南白衣 阅读(120) | 评论 (0)编辑

2008年4月9日

 ...

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

2008年4月7日

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

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

2008年4月4日

  ...

posted @ 2008-04-04 13:25 江南白衣 阅读(8) | 评论 (0)编辑