C# 4.0 in a nutshell /

Main Author: Albahari, Joseph
Other Authors: Albahari, Ben.
Format: Book
Language:English
Published: Sebastopol, CA : O'Reilly, c2010.
Edition:4th ed.
Series:In a nutshell
Subjects:
Table of Contents:
  • 1. Introducing C# and the .NET Framework
  • 2. C# language basics
  • 3. Creating types in C#
  • 4. Advanced C#
  • 5. Framework overview
  • 6. Framework fundamentals
  • 7. Collections
  • 8. LINQ queries
  • 9. LINQ operators
  • 10. LINQ to XML
  • 11. Other XML technologies
  • 12. Disposal and garbage collection
  • 13. Diagnostics and code contracts
  • 14. Streams and I/O
  • 15. Networking
  • 16. Serialization
  • 17. Assemblies
  • 18. Reflection and metadata
  • 19. Dynamic programming
  • 20. Security
  • 21. Threading
  • 22. Parallel programming
  • 23. Asynchronous methods
  • 24. Application domains
  • 25. Native and COM interoperability
  • 26. Regular expressions.