摘要: Csharp4.0与以往版本基础体现了强大的性能优势,主要体现在以下四个方面:1. 通过委托成员来实现接口在C# 4.0中可以通过委托来实现某个成员的接口,例如下面的代码:public class Foo : IList  {  private List _Collection implements IList;  public Foo()  {  _Collection = new List()... 阅读全文
posted @ 2010-08-16 18:03 VS小米渣 阅读(3436) 评论(20) 推荐(4) 编辑
摘要: C# VS Java 阅读全文
posted @ 2010-08-16 14:50 VS小米渣 阅读(4487) 评论(24) 推荐(10) 编辑
摘要: Silverlight/WPF中DependencyProperty使用陷阱一枚 阅读全文
posted @ 2010-08-16 14:16 VS小米渣 阅读(483) 评论(0) 推荐(2) 编辑