ASP.net , C#, and VB.net , and Java, and SQL

coding and testing

博客园 首页 新随笔 联系 订阅 管理

2010年12月2日 #

摘要: Reference: http://msdn.microsoft.com/en-us/library/8627sbea(v=VS.71).aspx 阅读全文
posted @ 2010-12-02 17:28 mr liao 阅读(158) 评论(0) 推荐(0) 编辑

摘要: Reference: http://msdn.microsoft.com/en-us/library/wa80x488(VS.80).aspxIt is possible to split the definition of a class or a struct, or an interface over two or more source files. Each source file co... 阅读全文
posted @ 2010-12-02 13:52 mr liao 阅读(402) 评论(0) 推荐(0) 编辑

摘要: Reference from http://www.c-sharpcorner.com/UploadFile/rajeshvs/PropertiesInCS11122005001040AM/PropertiesInCS.aspxIn C#, properties are nothing but natural extension of data fields. They are usually k... 阅读全文
posted @ 2010-12-02 11:42 mr liao 阅读(298) 评论(0) 推荐(0) 编辑

摘要: ALTER TABLE xxx ADD xx INT DEFAULT(0) 阅读全文
posted @ 2010-12-02 10:44 mr liao 阅读(311) 评论(0) 推荐(0) 编辑

摘要: CREATE UNIQUE CLUSTERED INDEX xxxx_Row_Index ON [xxx].[xxxxx](RowID ASC)GO Select newid() RowID, xx, xx, xxinto xxx 阅读全文
posted @ 2010-12-02 09:34 mr liao 阅读(174) 评论(0) 推荐(0) 编辑