摘要: 阅读全文
posted @ 2010-07-04 18:44 gracestoney 阅读(85) 评论(0) 推荐(0) 编辑
摘要: http://blogs.msdn.com/b/csharpfaq/archive/2010/06/01/parallel-programming-in-net-framework-4-getting-started.aspx What happened? Well, as I mentioned earlier, the Task Parallel Library still uses thre... 阅读全文
posted @ 2010-07-04 15:41 gracestoney 阅读(93) 评论(0) 推荐(0) 编辑
摘要: OO-封装,继承,多态,抽象 策略模式-strategy c# 3.0 design patterns Func和Action http://www.cnblogs.com/jams742003/archive/2009/10/31/1593393.html Func<int ,bool> d= x=>x >10?true:false; int? Nullable<i... 阅读全文
posted @ 2010-07-04 15:40 gracestoney 阅读(75) 评论(0) 推荐(0) 编辑