摘要: 001 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1string[] strs = { "aaa", "bbbbb", "ccc", "ddddd", "eee", "fffff", "ggg" }; 2 3//查询表达式方式 ... 阅读全文
posted @ 2008-11-17 08:05 TonyKent 阅读(285) 评论(0) 推荐(0) 编辑
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1var newP = new { ID = 2, Name = "Kent", Age = 26 }; 2Console.WriteLine(newP.ID.ToString() + "\t"... 阅读全文
posted @ 2008-11-17 08:00 TonyKent 阅读(130) 评论(0) 推荐(0) 编辑
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1public class Person 2{ 3 private long _ID; 4 private string _Name; 5 private int _... 阅读全文
posted @ 2008-11-17 08:00 TonyKent 阅读(118) 评论(1) 推荐(0) 编辑
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1public static class TestExFun 2{ 3 public static string Foo(this string str) 4 { 5 ... 阅读全文
posted @ 2008-11-17 07:57 TonyKent 阅读(114) 评论(0) 推荐(0) 编辑