Part II: Exploring the C Library


Chapter List

Chapter 20: Exploring the System Namespace
Chapter 21: Strings and Formatting
Chapter 22: Multithreaded Programming
Chapter 23: Collections, Enumerators, and Iterators
Chapter 24: Networking Through the Internet

Part Overview

Part II explores the C# library. As explained in Part I, the class library used by C# is the .NET Framework library. As a result, the material in this section applies not only to C#, but also to the .NET Framework as a whole.

The C# library is organized into namespaces. To use a portion of the library, you can import its namespace by including a using directive. Of course, you can also fully qualify the name of each item with its namespace name, but it is often easier to import the entire namespace.

The C# library is very large, and it is beyond the scope of this book to examine each part of it. (A complete description would easily fill an entire book!) Instead, Part II examines the core elements of the library, many of which are contained in the System namespace. Also discussed are the collection classes, multithreading, and networking.

Note 

The I/O classes are discussed in Chapter 14.




C# 2.0(c) The Complete Reference
C# 2.0: The Complete Reference (Complete Reference Series)
ISBN: 0072262095
EAN: 2147483647
Year: 2006
Pages: 300

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net