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
学习资料
- New Features in C# 4.0
- [翻 译] C# 4.0新特性(白皮书)- Anders Liu
- C# 4.0's New Features Explained By Josh Fischer
- Generic Covariance and Contra-Variance in C# 4.0
- 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
微信扫一扫交流
作者:CoderZh
公众号:hacker-thinking (一个程序员的思考)
独立博客:http://blog.coderzh.com
博客园博客将不再更新,请关注我的「微信公众号」或「独立博客」。
作为一个程序员,思考程序的每一行代码,思考生活的每一个细节,思考人生的每一种可能。
文章版权归本人所有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。