http://weblogs.asp.net/scottgu/ Read More
string centense = "a,b,c,d,e,f,,g"; string [] names=centense.Split(','); string res= names.Aggregate((s1, s2) => s2 + "," + s1); Console.WriteLine(res)... Read More
这些是 SQL-92 设置语句,使 SQL Server 2000/2005 遵从 SQL-92 规则。当 SET QUOTED_IDENTIFIER 为 ON 时,标识符可以由双引号分隔,而文字必须由单引号分隔。当 SET QUOTED_IDENTIFIER 为 OFF 时,标识符不可加引号,且必须符合所有 Transact-SQL 标识符规则。SQL-92 标准要求在对空值进行等于 (=) 或... Read More
Microsoft is touting LINQ as a ‘‘groundbreaking innovation’’ that promises to ‘‘revolutionize the waydevelopers work with data.’’ Like you, I was somewh... Read More
字母古希腊语名称英语名称古希腊语发音现代希腊语发音ΑαάλφαAlpha[a],[aː][a]ΒββήταBeta[b][v]ΓγγάμμαGamma[g]/i/,/e/前为[ʝ],其馀为[ɣ]Δδ&delt... Read More
mvc学习的练习项目项目文件 Read More
Stage 1:IISCan enable ASP.NET in one of two managed pipelinemodes: a. In ISAPI mode, also called Classic mode, ASP.NETis invoked through an ISAPI extension (aspnet_isapi.dll), associated with particu... Read More
TestWebServiceInvoke ////////////////////////////////////// using System; using System.Collections.Generic; using System.Linq; using Syst... Read More