C# 4.0新特性学习资料汇总

今天了解了一下C# 4.0的一些新特性,并在VS2010里试了几把,主要的特性包括:

 1. Dynamic binding

 2. Named and Optional Arguments

 3. Features for COM interop

 4. Variance

 5. Relationship with Visual Basic

学习资料

  1. New Features in C# 4.0

  2. [[翻 译] C# 4.0新特性(白皮书)- Anders Liu

    ](http://www.cnblogs.com/AndersLiu/archive/2008/11/03/new-features-in-csharp-4-ctp.html)

  3. C# 4.0’s New Features Explained By Josh Fischer

  4. Generic Covariance and Contra-Variance in C# 4.0

  5. c#4.0 新特性之(Dynamic Lookup1, 2 Named and Optional Parameters1,2) - 维生素C.net

示例代码

Visual Studio 2010 Samples for C# 4.0

关于C#4.0语言特性,主要关注以下几个工程:

 1. Named and Optional

 2. Office Sample

 3. Simple Variance

 4. Python Sample

[温馨提示]:该文章由原博客园导入而来,如排版效果不佳,请移步:http://www.cnblogs.com/coderzh/archive/2010/04/24/csharp4-new-features.html

微信扫一扫交流

作者:CoderZh
微信关注:hacker-thinking (代码随想)
本文出处:https://blog.coderzh.com/2010/04/24/csharp4-new-features/
文章版权归本人所有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。