摘要: 1 using System; 2 using System.Linq; 3 4 namespace Linq101 5 { 6 class Conversion 7 { 8 /// 9 /// This sample uses ToArray ... 阅读全文
posted @ 2015-01-28 16:28 David Huang 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 5 namespace Linq101 6 { 7 class Set 8 { 9 /// 1... 阅读全文
posted @ 2015-01-28 16:01 David Huang 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 5 namespace Linq101 6 { 7 class Grouping 8 { 9 /... 阅读全文
posted @ 2014-12-31 16:52 David Huang 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 5 namespace Linq101 6 { 7 class Ordering 8 { 9 /... 阅读全文
posted @ 2014-12-30 16:32 David Huang 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Linq; 3 4 namespace Linq101 5 { 6 class Partitioning 7 { 8 /// 9 /// This sample us... 阅读全文
posted @ 2014-12-22 17:01 David Huang 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Linq; 3 4 namespace Linq101 5 { 6 class Projection 7 { 8 /// 9 /// This sample uses... 阅读全文
posted @ 2014-12-18 10:31 David Huang 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Linq; 3 4 namespace Linq101 5 { 6 class Restriction 7 { 8 /// 9 /// This sample use... 阅读全文
posted @ 2014-11-27 16:28 David Huang 阅读(440) 评论(0) 推荐(0) 编辑
摘要: 原文地址:101 LINQ Samples in C#Part1 -RestrictionOperatorsPart2 - Projection OperatorsPart3 - Partitioning OperatorsPart4 - Ordering OperatorsPart5 - Gr... 阅读全文
posted @ 2014-11-27 16:25 David Huang 阅读(1092) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Drawing; 3 using System.Runtime.InteropServices; 4 using System.Threading; 5 6 namespace ConsoleApplication1 7 { 8 ... 阅读全文
posted @ 2014-08-22 16:23 David Huang 阅读(911) 评论(0) 推荐(0) 编辑
摘要: MAC地址:([\dA-F]{2}-){5}[\dA-F]{2} 阅读全文
posted @ 2014-08-15 16:55 David Huang 阅读(160) 评论(0) 推荐(0) 编辑