C♯ 3.0 pocket reference

Offers a reference to key C♯ programming concepts, covering language elements, syntax, datatypes, and tasks

Bibliographic Details
Main Author: Albahari, Joseph
Other Authors: Albahari, Ben
Format: eBook
Language:English
Published: Sebastopol, Calif. O'Reilly Media 2008
Edition:2nd ed
Subjects:
C#
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • What's New in C♯ 3.0
  • A First C♯ Program
  • Syntax
  • Type Basics
  • Numeric Types
  • Boolean Type and Operators
  • Strings and Characters
  • Arrays
  • Variables and Parameters
  • Expressions and Operators
  • Statements
  • Namespaces
  • Classes
  • Inheritance
  • The Object Type
  • Structs
  • Access Modifiers
  • Interfaces
  • Enums
  • Nested Types
  • Generics
  • Delegates
  • Events
  • Lambda Expressions (C♯ 3.0)
  • Anonymous Methods
  • try Statements and Exceptions
  • Enumeration and Iterators
  • Nullable Types
  • Operator Overloading
  • Extension Methods (C♯ 3.0)
  • Anonymous Types (C♯ 3.0)
  • Linq (C♯ 3.0)
  • Attributes
  • Unsafe Code and Pointers
  • Preprocessor Directives
  • XML Documentation
  • Framework Overview