Team LiB
Previous Section Next Section

List of Tables

Chapter 1: Common Type System

Table 1-1: Common Value Types
Table 1-2: Types That Store Whole Numbers
Table 1-3: Built-in Methods That Support Strings
Table 1-4: Escape Characters
Table 1-5: Float, Double, and Decimal Type Values

Chapter 2: Expressions and Operators

Table 2-1: C# Arithmetic Operators
Table 2-2: C# Precedence Order

Chapter 3: Structs, Enums, Arrays, and Collections

Table 3-1: Nonstrong-Typed Collections
Table 3-2: Strong-Typed Collections
Table 3-3: Useful ArrayList Methods

Chapter 5: Building Your Own Classes

Table 5-1: The Main Components of a Class
Table 5-2: Access Specifiers for Classes
Table 5-3: Keywords for Passing Arguments

Chapter 9: Exception Handling and Application Domains

Table 9-1: .NET Exception Class Fields

Chapter 10: COM and .NET Interoperability

Table 10-1: .NET Type Conversions
Table 10-2: .NET to Variant Types
Table 10-3: COM Attributes
Table 10-4: Marshal Class Methods

Chapter 11: Files and Streams

Table 11-1: File Modes
Table 11-2: File Access
Table 11-3: File Share Flags
Table 11-4: Common Streams
Table 11-5: Common Readers and Writers

Chapter 13: ADO.NET

Table 13-1: Main Database Access Classes
Table 13-2: System.Data Common Classes

Chapter 15: Threading

Table 15-1: Threading in Win32 and the Framework
Table 15-2: Synchronization Object Comparisons

Chapter 16: Debugging

Table 16-1: Debugging Directives
Table 16-2: Debugging Opcodes
Table 16-3: Cordbg Commands
Table 16-4: CORDBG Mode Arguments
Table 16-5: Assembly X386 Debugging Instructions
Table 16-6: Assembly X386 Debugging Registers
Table 16-7: Assembly X386 Debugging Calling Conventions
Table 16-8: Windbg Commands
Table 16-9: SOS Commands

Chapter 17: Remoting

Table 17-1: Lifetime Attributes
Table 17-2: Common Channel Attributes
Table 17-3: HTTP Channel Attributes
Table 17-4: TCP Channel Attributes
Table 17-5: Formatter Attributes
Table 17-6: Wellknown Service Attributes

Chapter 18: Web Services

Table 18-1: Web Services Settings

Chapter 20: Windows Forms

Table 20-1: Common Form Controls
Table 20-2: Common Control Properties
Table 20-3: Common Control Events

Chapter 21: HTML Basics

Table 21-1: Built-in Tags for Text Types
Table 21-2: Built-in Tags for Text Formats
Table 21-3: Form Events
Table 21-4: Common Style Properties for Text
Table 21-5: Common Style Properties for Images
Table 21-6: Common HTML Tags

Chapter 22: XML

Table 22-1: System.Xml Namespace Classes

Chapter 23: ASP.NET

Table 23-1: ASP.NET Directives
Table 23-2: Page Directive Attributes
Table 23-3: Common ASP.NET Events
Table 23-4: Configuration File System, Web Section Elements
Table 23-5: Authentication Attributes for the Node Element
Table 23-6: httpRuntime Attributes
Table 23-7: processModel Attributes
Table 23-8: Trace Attributes
Table 23-9: Common HttpCookie Properties
Table 23-10: HTML Server Controls
Table 23-11: Web Server Controls
Table 23-12: Common Control Properties
Table 23-13: Common Control Events

Appendix B: Exam 70-315—Developing and Implementing Web Applications with Microsoft Visual C# .NET and Microsoft Visual Studio .NET

Table B-1: Common Web Application Directives
Table B-2: Common Web Application Controls
Table B-3: Differences Between Web User Controls and Web Custom Controls
Table B-3: Common Validation Controls
Table B-4: Common Web Application Events

Team LiB
Previous Section Next Section