09 2015 档案

摘要:Indexes in sql serverClustered and nonclustered indexes in sql serverUnique and Non Unique Indexes in sql serverAdvantages and disadvantages of indexe... 阅读全文
posted @ 2015-09-15 22:19 Gester.Lin 阅读(162) 评论(0) 推荐(0)
摘要:Temporary tables in SQL Server 阅读全文
posted @ 2015-09-15 21:26 Gester.Lin 阅读(214) 评论(0) 推荐(0)
摘要:Scalar user defined functions in sql serverInline table valued functions in sql serverMulti statement table valued functions in sql server 阅读全文
posted @ 2015-09-15 21:20 Gester.Lin 阅读(246) 评论(0) 推荐(0)
摘要:DateTime functions in SQL ServerIsDate, Day, Month, Year and DateName DateTime functions in SQL ServerDatePart, DateAdd and DateDiff functions in SQL ... 阅读全文
posted @ 2015-09-15 01:31 Gester.Lin 阅读(270) 评论(0) 推荐(0)
摘要:Built in string functions in sql server 2008LEFT, RIGHT, CHARINDEX and SUBSTRING functions in sql serverReplicate, Space, Patindex, Replace and Stuff ... 阅读全文
posted @ 2015-09-14 01:09 Gester.Lin 阅读(293) 评论(0) 推荐(0)
摘要:Stored procedures in sql serverStored procedures with output parametersStored procedure output parameters or return valuesAdvantages of stored procedu... 阅读全文
posted @ 2015-09-14 00:38 Gester.Lin 阅读(223) 评论(0) 推荐(0)
摘要:What is an anonymous method?Anonymous method is a method without a name. Introduced in C# 2.0,they provide us a way of creating delegate instances wit... 阅读全文
posted @ 2015-09-12 02:53 Gester.Lin 阅读(164) 评论(0) 推荐(0)
摘要:Part 86 Multithreading in C#What is a Process:Process is what the operating system uses to facilitate(帮助) the execution of a program by providing the ... 阅读全文
posted @ 2015-09-12 01:08 Gester.Lin 阅读(246) 评论(0) 推荐(0)
摘要:Part 82 Generic queue collection classPart 83 Generic stack collection classPart 84 Real time example of queue collection class in c#index.csindex.a... 阅读全文
posted @ 2015-09-11 15:49 Gester.Lin 阅读(295) 评论(0) 推荐(0)