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++. Now, C# 3.0 adds functional programming techniques and LINQ, Language INtegrated Query. The C# Programming Language, Third Edition, is the authoritative and annotated technical reference for C# 3.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 and reorganized for C# 3.0. The book provides the complete specification of the language, along with descriptions, reference materials, code samples, and annotations from nine prominent C# gurus.

The many annotations–a new feature in this edition–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#.

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