03 2008 档案

摘要: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 阅读(603) 评论(0) 推荐(0)
摘要:http://aspalliance.com/videos/DemoJQuery/DemoJQuery.aspx 阅读全文
posted @ 2008-03-30 20:57 Vincent Yang 阅读(366) 评论(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 阅读(360) 评论(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 阅读(278) 评论(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 阅读(389) 评论(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 阅读(2557) 评论(1) 推荐(1)
摘要:该篇文章教你如何在VS.NET下配置和运行 Subversion,Tortoise SVN.是一篇难得的好文章,充分利用你手上的工具有的时候会让你事半功倍! 阅读全文
posted @ 2008-03-15 22:58 Vincent Yang 阅读(1827) 评论(0) 推荐(0)
摘要:泛型和集合的比较,很实用的一篇文章 阅读全文
posted @ 2008-03-14 12:23 Vincent Yang 阅读(1094) 评论(0) 推荐(0)
摘要:LINQ 框架设计原则 阅读全文
posted @ 2008-03-14 07:37 Vincent Yang 阅读(428) 评论(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 阅读(1792) 评论(0) 推荐(0)