01 2008 档案

摘要:C:\Program Files\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\1033\VS2008ImageLibrary.zip 阅读全文
posted @ 2008-01-31 06:11 Vincent Yang 阅读(313) 评论(0) 推荐(0)
摘要:Ref http://support.microsoft.com/kb/314546/en-us 阅读全文
posted @ 2008-01-29 08:37 Vincent Yang 阅读(208) 评论(0) 推荐(0)
摘要:Calling the function from codeMailHelper.SendMailMessage("fromAddress@yourdomain.com", "toAddress@yourdomain.com", "bccAddress@yourdomain.com", "ccAddress@yourdomain.com", "Sample Subject", "Sample bo... 阅读全文
posted @ 2008-01-29 08:31 Vincent Yang 阅读(708) 评论(0) 推荐(0)
摘要:The .NET Framework 2.0 provides APIs for accessing settings in a configuration file. Here's how you access the mail settings of a config file programmatically: C#using System.Configuration; using Syst... 阅读全文
posted @ 2008-01-29 08:28 Vincent Yang 阅读(526) 评论(0) 推荐(0)
摘要:Published: 21 Jan 2008By: Keyvan NayyeriDownload Sample Code (Ref: http://dotnetslackers.com/articles/designpatterns/HowToWriteAProviderModel.aspx) In this article Keyvan teaches you how to write yo... 阅读全文
posted @ 2008-01-23 12:36 Vincent Yang 阅读(636) 评论(1) 推荐(0)
摘要:1.没学前是一点不懂,根本想不到用设计模式,设计的代码很糟糕; 2.学了几个模式后,很开心,于是到处想着要用自己学过的模式,于是时常造成误用模式而不自知; 3.学完全部模式时,感觉诸多模式极其相似,无法分清模式之间的差异,有困惑,但深知误用之害,应用之时有所犹豫; 4.灵活应用模式,甚至不应用具体的某种模式也能设计出非常优秀的代码,以达到无剑胜有剑的境界。 Ref:转载 阅读全文
posted @ 2008-01-17 12:28 Vincent Yang 阅读(335) 评论(0) 推荐(0)
摘要:It's finally here - the launch of the .NET Reference Source project. This post (hopefully!) contains everything you need to know. Over the past few weeks, we ran a pilot of this feature and collecte... 阅读全文
posted @ 2008-01-17 10:32 Vincent Yang 阅读(1573) 评论(0) 推荐(0)
摘要:Ref: Article During recent few engagements with my customers I've noticed VIewState is extensively [unintentionally] used. ViewState is on by default. The result is heavy weight Html that round trips... 阅读全文
posted @ 2008-01-16 12:16 Vincent Yang 阅读(380) 评论(1) 推荐(0)
摘要:This code sample shows how to retrieve a list of computers from Active Directory and use a For/Next to loop through the collection. I've used this code sample on several scripts and using Active Di... 阅读全文
posted @ 2008-01-10 06:43 Vincent Yang 阅读(289) 评论(0) 推荐(0)
摘要:Interoperability between ASP.NET Web services and Windows Communication Foundation (WCF) Web services can be achieved by ensuring that services implemented using both technologies conform to the WS-I ... 阅读全文
posted @ 2008-01-09 11:19 Vincent Yang 阅读(239) 评论(0) 推荐(0)
摘要:To configure a Windows Communication Foundation (WCF) service endpoint to be interoperable with ASP.NET Web service clients, use the System.ServiceModel.BasicHttpBinding type as the binding type f... 阅读全文
posted @ 2008-01-09 11:17 Vincent Yang 阅读(485) 评论(0) 推荐(0)
摘要:'>View Details OR '>HyperLink 阅读全文
posted @ 2008-01-09 07:15 Vincent Yang 阅读(182) 评论(0) 推荐(0)
摘要:Sometimes repairing a profile will work, otherwise this was posted by a fellow who contacted Microsoft Tech. To fix the Publisher page sorter issue, simply follow the steps below. But b... 阅读全文
posted @ 2008-01-08 14:05 Vincent Yang 阅读(411) 评论(0) 推荐(0)
摘要:This is a quite common question. It is usually asked by people arriving at SQL Server with a background in Microsoft Access. They either want to use SQL Server as a backend for their Access project,... 阅读全文
posted @ 2008-01-08 09:04 Vincent Yang 阅读(391) 评论(0) 推荐(0)
摘要:Strategy pattern From Wikipedia, the free encyclopedia Jump to: navigation, search In computer programming, the strategy pattern is a particular software design pattern, whereby algorithms can be sel... 阅读全文
posted @ 2008-01-06 11:37 Vincent Yang 阅读(608) 评论(0) 推荐(0)