0%

Book Description

“Based on my own experience, I can safely say that every .NET developer who reads this will have at least one ‘aha’ moment and will be a better developer for it.” –From the Foreword by Don Box 

The popular C# programming language combines the high productivity of rapid application development languages with the raw power of C and C++. Updated to cover the new features of C# 4.0, including dynamic binding, named and optional parameters, and covariant and contravariant generic types, this release takes the language to the next level by adding the ability to cleanly write programs that don’t rely on static type definitions. This allows dynamic programming languages such as Python, Ruby, and JavaScript to feel native to C#. The C# Programming Language, Fourth Edition, continues to be the authoritative and annotated technical reference for C# 4.0.

Written by Anders Hejlsberg, the language’s architect, and his colleagues, Mads Torgersen, Scott Wiltamuth, and Peter Golde, this volume has been completely updated for C# 4.0. The book provides the complete specification of the language, along with descriptions, reference materials, code samples, and annotations from twelve prominent C# gurus.

The many annotations bring a depth and breadth of understanding rarely found in any programming book. As the main text of the book introduces the concepts of the C# language, cogent annotations explain why they are important, how they are used, how they relate to other languages, and even how they evolved.

This book is the definitive, must-have reference for any developer who wants to understand C#. With annotations from: Brad Abrams, Joseph Albahari, Krzysztof Cwalina, Jesse Liberty, Eric Lippert, Christian Nagel, Vladimir Reshetnikov, Marek Safar, Chris Sells, Peter Sestoft, Jon Skeet, and Bill Wagner.

Table of Contents

  1. Title Page
  2. Copyright Page
  3. Contents
  4. Foreword
  5. Preface
  6. About the Authors
  7. About the Annotators
  8. 1. Introduction
  9. 2. Lexical Structure
  10. 3. Basic Concepts
  11. 4. Types
  12. 5. Variables
  13. 6. Conversions
  14. 7. Expressions
  15. 8. Statements
  16. 9. Namespaces
  17. 10. Classes
  18. 11. Structs
  19. 12. Arrays
  20. 13. Interfaces
  21. 14. Enums
  22. 15. Delegates
  23. 16. Exceptions
  24. 17. Attributes
  25. 18. Unsafe Code
  26. A. Documentation Comments
  27. B. Grammar
  28. C. References
  29. Index