only for RuBoard - do not distribute or recompile |
C# Essentials, 2nd Edition
Preface
Audience
About This Book
C# Online
Conventions Used in This Book
How to Contact Us
Acknowledgments
1. Introduction
1.1 C# Language
1.2 Common Language Runtime
1.3 Framework Class Library
1.4 A First C# Program
2. C# Language Reference
2.1 Identifiers
2.2 Types
2.3 Variables
2.4 Expressions and Operators
2.5 Statements
2.6 Organizing Types
2.7 Inheritance
2.8 Access Modifiers
2.9 Classes and Structs
2.10 Interfaces
2.11 Arrays
2.12 Enums
2.13 Delegates
2.14 Events
2.15 try Statements and Exceptions
2.16 Attributes
2.17 Unsafe Code and Pointers
2.18 Preprocessor Directives
2.19 XML Documentation
3. Programming the.NET Framework
3.1 Common Types
3.2 Math
3.3 Strings
3.4 Collections
3.5 Regular Expressions
3.6 Input/Output
3.7 Networking
3.8 Threading
3.9 Assemblies
3.10 Reflection
3.11 Custom Attributes
3.12 Automatic Memory Management
3.13 Interop with Native DLLs
3.14 Interop with COM
4. Framework Class Library Overview
4.1 Core Types
4.2 Text
4.3 Collections
4.4 Streams and I/O
4.5 Networking
4.6 Threading
4.7 Security
4.8 Reflection and Metadata
4.9 Assemblies
4.10 Serialization
4.11 Remoting
4.12 Web Services
4.13 Data Access
4.14 XML
4.15 Graphics
4.16 Rich Client Applications
4.17 Web-Based Applications
4.18 Globalization
4.19 Configuration
4.20 Advanced Component Services
4.21 Diagnostics and Debugging
4.22 Interoperating with Unmanaged Code
4.23 Compiler and Tool Support
4.24 Runtime Facilities
4.25 Native OS Facilities
4.26 Undocumented Types
5. Essential .NET Tools
A. C# Keywords
B. Regular Expressions
C. Format Specifiers
C.1 Picture Format Specifiers
C.2 DateTime Format Specifiers
D. Data Marshaling
E. Working with Assemblies
E.1 Building Shareable Assemblies
E.2 Managing the Global Assembly Cache
E.3 Using nmake
F. Namespaces and Assemblies
Colophon
only for RuBoard - do not distribute or recompile |