FW: Dispose and Finalize
摘要:FW fromhttp://www.dotnetspark.com/kb/2694-non-deterministic-destructors-c-sharp.aspxIntroductionThis article provides an introduction to destructors in C# and reveals the non-deterministic destructor problem.It also analyzes theIDisposable, garbage collection,usingstatement, etc.DestructorThe destru
阅读全文
posted @
2011-02-22 07:57
Joe Hou
use AjaxControlToolKit Config
摘要:options:1. .aspx file:<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %> ...<asp:Accordion>...2.web.config file:... <system.web> <compil...
阅读全文
posted @
2010-11-26 09:21
Joe Hou
VFS study
摘要:basic configuration:source control work itemsbuildadvanced:automated testingvirtual lab deploymentarchitectural validationways to access TFSVS (developer)Test & Lab Manager (tester)Web/Excel/Proje...
阅读全文
posted @
2010-11-24 14:31
Joe Hou
安装VS2008提示删除之前的东东-转自Marcel
摘要:Upgrading Visual Studio Team System Beta to RTM Upgrading Visual studio Team System Beta to RTM uninstall scripts Today I had to upgrade several machines from the Beta or RC version of VSTS to the RTM...
阅读全文
posted @
2009-05-12 10:41
Joe Hou
FileUpload
摘要:只能用绝对路径,真BT... ---------------get root function begin------------------- public static string GetRootPath() { string AppPath = ""; HttpContext HttpCurrent = HttpContext.Current; ...
阅读全文
posted @
2008-09-10 16:44
Joe Hou