Foreward
Introduction
Part Ⅰ CLR Basics
1 The CLR''s Execution Model
Compiling Source Code into Managed Modules
Combining Managed Modules into Assemblies
Loading the Common Language Runtime
Executing Your Assembly''s Code
IL and Verification
Unsafe Code
The Native Code Generator Tool: NGen.exe
The Framework Class Library
The Common Type System
The Common Language Specification
Interoperability with Unmanaged Code
2 Building, Packaging, Deploying, and Administering Applications and Types
3 Shared Assemblies and Strongly Named Assemblies
Part Ⅱ Designing Types
4 Type Fundamentals
5 Primitive, Reference, and Value Types
6 Type and Member Basics
7 Constants and Fields
8 Methods
9 Parameters
10 Properties
11 Events
12 Generics
13 Interfaces
Part Ⅲ Essential Types
14 Chars, Strings, and Working with Text
15 Enumerated Types and Bit Flags
16 Arrays
17 Delegates
18 Custom Attributes
19 Nullable Value Types
Part Ⅳ Core Facilities
20 Exceptions and State Management
21 Automatic Memory Management Garbage Collection
22 CLR Hosting and AppDomains
23 Assembly Loading and Reflection
24 Runtime Serialization
Part Ⅴ Threading
25 Thread Basics
26 Compute-Bound Asynchronous Operations
27 IO-Bound Asynchronous Operations
28 Primitive Thread Synchronization Constructs
29 Hybrid Thread Synchronization Constructs
Index