Preface
I recently read the book C #3.0 Core Technology in the library. I think it is quite good to read it. C #3.0 technology covers from basic syntax to new features, it is a good book to learn C #3.0. I wanted to download the electronic version from the Internet but couldn't find it, but I read the English version of C #3.0 in a Nutshell, 3rd Edition, also very good. I plan to take the time to learn something and write a few articles on my blog to increase my click rate.
I have learned and used some new features of c #3.0 in projects. I hope you can give me some advice on my usage.
I am going to talk about some new features and interesting features, such as Linq, Var, extension methods, and anonymous classes. Due to my ability, it may only be General. I hope you will forgive me!
Book content
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
Postscript
I am learning the correct information. Please kindly advise. Thank you!