摘要: Handling "GO" Separators in SQL Scripts - the easy way 阅读全文
posted @ 2008-07-22 15:00 Jacky Huang 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 对于动态语言与静态语言的区分,套用一句流行的话就是:Static typing when possible, dynamic typing when needed。“动”或“静”,强调的是实施类型的时间,编译里就要确定类型的是静态类型,比如C/C++/JAVA/C#,运行时才实施类型的则是动态类型,比如VB/Python。 而“强R... 阅读全文
posted @ 2008-06-12 14:19 Jacky Huang 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 谈软件生命周期模型及其选择 阅读全文
posted @ 2008-05-23 16:29 Jacky Huang 阅读(824) 评论(0) 推荐(0) 编辑
摘要: Intranets and more importantly Internal Portals are no longer a feature of a well organized company but instead a necessity for nearly all businesses. Whether small, medium, or large, companies need means to communicate information to employees, organizing information, make information available outside of the company's network, and share goals and milestones. Intranets and Internal Portals can facilitate collaboration and communication, aid in employee's self-management, and organize company in 阅读全文
posted @ 2008-03-28 16:42 Jacky Huang 阅读(163) 评论(0) 推荐(0) 编辑
摘要: Skinning a SharePoint 2007 site with Master Pages is by no means and open/shut case of altering the look and feel of a site. There are some CSS inheritance issues that have to be contended with first. 阅读全文
posted @ 2008-03-26 17:28 Jacky Huang 阅读(226) 评论(0) 推荐(0) 编辑
摘要: This document discusses design and implementation guidelines for exception management systems that use .NET technologies. It focuses on the process of handling exceptions within .NET-connected applications in a highly maintainable and supportable manner. (38 printed pages) 阅读全文
posted @ 2008-03-26 10:35 Jacky Huang 阅读(698) 评论(0) 推荐(0) 编辑
摘要: If you are a developer who works extensively with COM controls, you might find this article useful in addressing some of the key issues that you may face while developing controls. Previously, in Microsoft ASP.NET 1.1, if you wanted to deploy static files such as .html files, .css files, image files, and script files by using a COM control, you had to create an installer and bundle these files together with the COM control. Although this worked, it presented many problems while deploying the con 阅读全文
posted @ 2008-03-13 16:35 Jacky Huang 阅读(2357) 评论(0) 推荐(0) 编辑
摘要: 如何设置c#的字体风格FontStyle同时为Bold,Italic... 阅读全文
posted @ 2008-03-12 09:11 Jacky Huang 阅读(4668) 评论(1) 推荐(0) 编辑
摘要: Fix the problem of "dll does not represent a strongly named assembly" 阅读全文
posted @ 2008-03-03 15:24 Jacky Huang 阅读(596) 评论(0) 推荐(0) 编辑
摘要: Using Visual Studio 2005, MakeCab.exe and MSBuild to Create Window SharePoint Services v3 Solution Files (*.WSP's) 摘自:[http://www.andrewconnell.com/blog/articles/UsingVisualStudioAndMsBuildToCreateWssSolutions.aspx] 阅读全文
posted @ 2008-03-01 16:54 Jacky Huang 阅读(1065) 评论(0) 推荐(0) 编辑