C♯ precisely /
A concise reference to the C# programming language; one of the first books to cover C# version 2.0.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Cambridge, Mass. :
MIT Press,
2004.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Intro
- Contents
- Preface
- Notational Conventions
- 1 Compiling, Loading and Executing C# Programs
- 2 Names and Reserved Names
- 3 C# Naming Conventions
- 4 Comments and Program Layout
- 5 Data and Types
- 6 Variables, Parameters, Fields, and Scope
- 7 Strings
- 8 String Builders
- 9 Arrays
- 10 Classes
- 11 The Machine Model: Stack, Heap, and Garbage Collection
- 12 Expressions
- 13 Statements
- 14 Struct Types
- 15 Interfaces
- 16 Enum Types
- 17 Delegate Types
- 18 Nullable Types over Value Types (C# 2.0)
- 19 Exceptions
- 20 Threads, Concurrent Execution, and Synchronization
- 21 Mathematical Functions
- 22 Input and Output
- 23 Generic Types and Methods (C# 2.0)
- 24 Generic Collections: Lists and Dictionaries (C# 2.0)
- 25 Namespaces
- 26 Partial Type Declarations (C# 2.0)
- 27 Assertions and the Debug. Assert Method
- 28 Attributes
- 29 Main Differences Between C# and Java
- 30 References
- Index