随笔分类 -  dot Net

simple silverlight
摘要:test.html//////////////////////////////////////[代码]test.xaml////////////////////////////////////////[代码] 阅读全文

posted @ 2009-12-30 18:22 Jack Han 阅读(198) 评论(0) 推荐(0)

simple lambda expressions
摘要:[代码] 阅读全文

posted @ 2009-12-22 16:23 Jack Han 阅读(193) 评论(0) 推荐(0)

simple anonymous methods
摘要:[代码]// creates an anonymous comparer custs.Sort(delegate(Customer c1, Customer c2){return Comparer<int>.Default.Compare(c1.ID, c2.ID); }); // creates an anonymous event handler button1.Click ... 阅读全文

posted @ 2009-12-22 15:52 Jack Han 阅读(120) 评论(0) 推荐(0)

simple Func
摘要:[代码] 阅读全文

posted @ 2009-12-22 15:46 Jack Han 阅读(187) 评论(0) 推荐(0)

simple delegate
摘要:[代码] 阅读全文

posted @ 2009-12-22 13:37 Jack Han 阅读(163) 评论(0) 推荐(0)

导航