前言
最近在图书馆看到了《C#3.0核心技术》这本书,看了一下觉得挺不错的,C#3.0的技术从基础语法到新特性到涉及到了,是一部学习C#3.0的好书,本想从网上下载电子版却没找不到,却但看了《C#3.0 in a Nutshell,3rd Edition》英文版的书,也很不错。我打算抽空学习其中的东西,顺带写几篇文章放在博客上,好增加自己的点击率。
本人以前就学过以及在项目中或多或少用过c#3.0的一些新特性,写出来与大家分享的同时,也希望大家对我的用法给予一点的指教。
我打算说一些新特性和有意思,比如Linq,Var,扩展方法,匿名类等等,由于本人能力,可能只是泛泛而论,希望大家见谅!
书的内容
Chapter 1. Introducing C# and the .NET Framework
Chapter 2. C# Language Basics
Chapter 3. Creating Types in C#
Chapter 4. Advanced C#
Chapter 5. Framework Overview
Chapter 6. Framework Fundamentals
Chapter 7. Collections
Chapter 8. LINQ Queries
Chapter 9. LINQ Operators
Chapter 10. LINQ to XML
Chapter 11. Other XML Technologies
Chapter 12. Disposal and Garbage Collection
Chapter 13. Streams and I/O
Chapter 14. Networking
Chapter 15. Serialization
Chapter 16. Assemblies
Chapter 17. Reflection and Metadata
Chapter 18. Security
Chapter 19. Threading
Chapter 20. Asynchronous Methods
Chapter 21. Application Domains
Chapter 22. Integrating with Native DLLs
Chapter 23. Diagnostics
Chapter 24. Regular Expressions
Appendix A. C# Keywords
Appendix B. Namespace-to-Assembly Reference
后记
本人学习中,错误之处,敬请指教,谢谢!