上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
摘要: Part 89 ParameterizedThreadStart delegateUse ParameterizedThreadStart delegate to pass data to the thread functionclass Program { static voi... 阅读全文
posted @ 2015-10-11 23:41 Gester.Lin 阅读(272) 评论(2) 推荐(0) 编辑
摘要: What is Func in C#?In simple terms,Func is just generic delegate. Depending on the requirement,the type parameters(T and TResult) can be replaced with... 阅读全文
posted @ 2015-10-11 22:43 Gester.Lin 阅读(170) 评论(0) 推荐(0) 编辑
摘要: class Program { static void Main(string[] args) { List persons = new List() { new Person{ID=101,Name="lin1... 阅读全文
posted @ 2015-10-11 22:40 Gester.Lin 阅读(253) 评论(0) 推荐(0) 编辑
摘要: Important concepts related to functions in sql server 阅读全文
posted @ 2015-10-10 12:21 Gester.Lin 阅读(197) 评论(0) 推荐(1) 编辑
摘要: Part 29 Mathematical functions in sql server 阅读全文
posted @ 2015-10-10 12:11 Gester.Lin 阅读(229) 评论(0) 推荐(1) 编辑
摘要: Part 28 Cast and Convert functions in SQL Server 阅读全文
posted @ 2015-10-10 12:10 Gester.Lin 阅读(186) 评论(0) 推荐(0) 编辑
摘要: A SQL Server database can be created, altered and dropped1. Graphically using SQL Server Management Studio (SSMS) or2. Using a Query To create the dat 阅读全文
posted @ 2015-10-10 11:57 Gester.Lin 阅读(183) 评论(0) 推荐(0) 编辑
摘要: note that,SSMS is a client tool and not the server by itself,it is a developer machines connects to SQL Server. 阅读全文
posted @ 2015-10-10 11:57 Gester.Lin 阅读(162) 评论(0) 推荐(0) 编辑
摘要: Identity Column in SQL Server If a column is marked as an identity column, then the values for this column are automatically generated, when you inser 阅读全文
posted @ 2015-10-10 11:56 Gester.Lin 阅读(453) 评论(0) 推荐(0) 编辑
摘要: What is Foreign key and how to create a Foreign key constraint? Note:Foreign Keys are used to enforce(强制) database integrity(完整) . In layman's terms(一 阅读全文
posted @ 2015-10-10 11:56 Gester.Lin 阅读(282) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页