前言
最近在圖書館看到了《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
後記
本人學習中,錯誤之處,敬請指教,謝謝!