August 2008
Intermediate to advanced
880 pages
18h 35m
English
TABLE 1.2: C# Comment Types 21
TABLE 1.3: C# and .NET Versions 25
TABLE 2.2: Floating-Point Types 34
TABLE 2.4: Escape Characters 42
TABLE 2.5: string Static Methods 46
TABLE 2.7: Common Array Coding Errors 79
TABLE 3.1: Control Flow Statements 99
TABLE 3.2: Relational and Equality Operators 110
TABLE 3.3: Conditional Values for the XOR Operator 112
TABLE 3.4: Preprocessor Directives 137
TABLE 3.5: Operator Order of Precedencea 144
TABLE 4.1: Common Namespaces 151
TABLE 4.2: Common Exception Types 187
TABLE 6.1: Why the New Modifier? 279
TABLE 6.2: Members of System.Object 290
TABLE 7.1: Comparing Abstract Classes ...