摘要: Ref: http://blogs.msdn.com/vijaysk/archive/2008/02/11/using-windows-server-2008-as-a-super-desktop-os.aspx Windows Server 2008 is the best OS to be released till date from Microsoft's stable. And th... 阅读全文
posted @ 2008-04-09 07:50 Vincent Yang 阅读(600) 评论(0) 推荐(0) 编辑
摘要: Ref: http://csharpindepth.com/Articles/General/BluffersGuide3.aspx Obviously C# in Depth teaches the new features of C# 3 in depth. However, if you want to bluff it for the moment (just until your... 阅读全文
posted @ 2008-04-08 12:41 Vincent Yang 阅读(440) 评论(0) 推荐(0) 编辑
摘要: Ref: http://csharpindepth.com/Articles/General/BluffersGuide2.aspx Obviously C# in Depth teaches the new features of C# 2 in depth. However, if you want to bluff it for the moment (just until your cop... 阅读全文
posted @ 2008-04-08 12:40 Vincent Yang 阅读(314) 评论(0) 推荐(0) 编辑
摘要: http://cid-7fe1fa803ee88558.skydrive.live.com/self.aspx/Public/Manning.C.Sharp.in.Depth.Apr.2008.zip Enjoy 阅读全文
posted @ 2008-04-07 11:00 Vincent Yang 阅读(454) 评论(0) 推荐(0) 编辑
摘要: Ref: http://learn.iis.net/page.aspx/431/using-visual-studio-2005-with-iis-70/ Introduction Visual Studio® provides several options for working with IIS when developing web sites and applications. This... 阅读全文
posted @ 2008-04-05 15:12 Vincent Yang 阅读(1037) 评论(0) 推荐(0) 编辑
摘要: Introduction Visual Studio® provides several options for working with IIS when developing web sites and applications. These include the Web application and Web site projects. In Visual Studio 2008, t... 阅读全文
posted @ 2008-04-05 15:02 Vincent Yang 阅读(917) 评论(0) 推荐(0) 编辑
摘要: Ref: http://maordavid.blogspot.com/2007/06/aspnet-20-web-site-vs-web-application.html A common question by asp.net developers is what project model should I use for asp.net application? Web Site proje... 阅读全文
posted @ 2008-04-03 19:02 Vincent Yang 阅读(636) 评论(0) 推荐(0) 编辑
摘要: Ref: http://blogs.msdn.com/mitsu/archive/2008/04/02/visual-linq-query-builder-for-linq-to-sql-vlinq.aspx Hi all, After almost one year of work and organization, I am very happy to share this project ... 阅读全文
posted @ 2008-04-03 04:24 Vincent Yang 阅读(1075) 评论(0) 推荐(0) 编辑
摘要: CREATE PROCEDURE ProductPromotion_Select @ProductID int AS SELECT ProductID, ProductName, SUBSTRING(Description, 1, 150) + '...' AS Description FROM Products WHERE ProductID IN ( SELECT TOP 5 details2... 阅读全文
posted @ 2008-04-02 06:00 Vincent Yang 阅读(303) 评论(0) 推荐(0) 编辑
摘要: Ref: http://www.udel.edu/evelyn/SQL-Class3/SQL3_self.html A self-join is a query in which a table is joined (compared) to itself. Self-joins are used to compare values in a column with other values in... 阅读全文
posted @ 2008-04-02 05:19 Vincent Yang 阅读(779) 评论(0) 推荐(0) 编辑
摘要: 本教程教你如何一步一步创建自己的模板,希望对大家有用。 阅读全文
posted @ 2008-04-01 11:06 Vincent Yang 阅读(6405) 评论(30) 推荐(0) 编辑
摘要: Ref : http://blogs.msdn.com/mirceat/archive/2008/03/13/linq-framework-design-guidelines.aspx Writing applications that interact with data sources, such as databases, XML documents, or Web Services suc... 阅读全文
posted @ 2008-04-01 05:22 Vincent Yang 阅读(484) 评论(0) 推荐(0) 编辑
摘要: Ref: http://blog.spontaneouspublicity.com/2007/08/20/using-jquery-to-make-aspnet-play-nice-with-aspnet/ I have found that developing an Asp.Net application that makes heavy use of javascript is very... 阅读全文
posted @ 2008-03-30 21:20 Vincent Yang 阅读(592) 评论(0) 推荐(0) 编辑
摘要: http://aspalliance.com/videos/DemoJQuery/DemoJQuery.aspx 阅读全文
posted @ 2008-03-30 20:57 Vincent Yang 阅读(358) 评论(0) 推荐(0) 编辑
摘要: Ref: http://aspnet.4guysfromrolla.com/demos/printPage.aspx?path=/articles/082504-1.aspx IntroductionThe ASP.NET data Web controls - the DataGrid, DataList, and Repeater - are highly versatile contr... 阅读全文
posted @ 2008-03-20 08:55 Vincent Yang 阅读(350) 评论(0) 推荐(0) 编辑
摘要: Ref:http://vincenthomedev.wordpress.com/2008/03/17/topxml-how-can-wcf-support-multiple-iis-binding-specified-per-site-in-wcf/ Solution in .Net Fx3.5: BaseAddressPrefixFilters 阅读全文
posted @ 2008-03-20 08:44 Vincent Yang 阅读(272) 评论(0) 推荐(0) 编辑
摘要: Supporting Multiple IIS Bindings Per Site Ref: http://blogs.msdn.com/rampo/archive/2007/06/15/supporting-multiple-iis-bindings-per-site.aspx If you see this error when you are hosting in IIS then m... 阅读全文
posted @ 2008-03-20 08:43 Vincent Yang 阅读(376) 评论(0) 推荐(0) 编辑
摘要: This is quite annoying error. Finally, I've found the problem is caused by Visual SVN + VS 2008, but no further solution or path to fix this problem by Visual SVN at the moment. So I have to kick it o... 阅读全文
posted @ 2008-03-18 10:48 Vincent Yang 阅读(2518) 评论(1) 推荐(1) 编辑
摘要: 该篇文章教你如何在VS.NET下配置和运行 Subversion,Tortoise SVN.是一篇难得的好文章,充分利用你手上的工具有的时候会让你事半功倍! 阅读全文
posted @ 2008-03-15 22:58 Vincent Yang 阅读(1813) 评论(0) 推荐(0) 编辑
摘要: 泛型和集合的比较,很实用的一篇文章 阅读全文
posted @ 2008-03-14 12:23 Vincent Yang 阅读(1072) 评论(0) 推荐(0) 编辑
摘要: LINQ 框架设计原则 阅读全文
posted @ 2008-03-14 07:37 Vincent Yang 阅读(414) 评论(0) 推荐(0) 编辑
摘要: request.params for asp.net is the httprequest object, and this method gets a combined collection of querystring, cookies, form and servervars items... request. querystring just gets querystring. 看起来... 阅读全文
posted @ 2008-03-04 06:47 Vincent Yang 阅读(1786) 评论(0) 推荐(0) 编辑
摘要: Ref http://industriallogic.com/papers/learning.html#STUDY Design Patterns Navigation l Factory MethodSession 1 Begin with Factory Method. This pattern is used by a number of patterns in the book a... 阅读全文
posted @ 2008-02-23 16:26 Vincent Yang 阅读(443) 评论(0) 推荐(0) 编辑
摘要: Refer: http://cosier.wordpress.com/2006/7/3/moss-2007-upgrade-error/ If you receive the following error during a SPS 2003 -> MOSS 2007 upgrade: “Failed to start the database service MSSQL$OfficeServer... 阅读全文
posted @ 2008-02-22 13:59 Vincent Yang 阅读(2188) 评论(0) 推荐(0) 编辑
摘要: (Ref: http://weblogs.asp.net/achang/archive/2004/04/15/113866.aspx) Recently, in our consideration to make the production server environment more secure, one of the things we looked into was securing ... 阅读全文
posted @ 2008-02-22 11:16 Vincent Yang 阅读(1449) 评论(0) 推荐(0) 编辑
摘要: While Windows Server 2003 includes both IIS 6.0 and ASP.NET 1.1, these components are disabled by default. This whitepaper describes how to enable IIS 6.0 and ASP.NET 1.1, and recommends several confi... 阅读全文
posted @ 2008-02-21 12:05 Vincent Yang 阅读(611) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2008-02-20 04:27 Vincent Yang 阅读(165) 评论(0) 推荐(0) 编辑
摘要: Right click the table adapter and there is an option to delete the primary key(s). Then it worked. (http://forums.asp.net/p/1154874/1901799.aspx#1901799) 阅读全文
posted @ 2008-02-18 11:49 Vincent Yang 阅读(933) 评论(0) 推荐(0) 编辑
摘要: YUI Style Glowing Buttons with the AjaxControlToolkit GlowButtonExtender Control YUI recently added another button type to their control library - they call it the Glowing Button Control. The Glowing... 阅读全文
posted @ 2008-02-18 05:43 Vincent Yang 阅读(616) 评论(0) 推荐(0) 编辑
摘要: 我用的是Theme的StyleSheet,其他的都style都可以应用,但是就是到了DataList里面的链接怎么都不能用 页面的DataList render出来的是这样 BUMPER --%> ' runat=... 阅读全文
posted @ 2008-02-17 21:18 Vincent Yang 阅读(997) 评论(1) 推荐(0) 编辑