April 2010
Intermediate to advanced
976 pages
23h 2m
English
CHAPTER 21Exploring the SystemNamespace
CHAPTER 22Strings and Formatting
CHAPTER 23Multithreaded Programming,Part One
CHAPTER 24Multithreading, Part Two:Exploring the Task ParallelLibrary and PLINQ
CHAPTER 25Collections, Enumerators,and Iterators
CHAPTER 26Networking Through theInternet Using System.NET
Part II explores the C# library. As explained in Part I, the class library used by C# is the .NET Framework class library. As a result, the material in this section applies not only to C#, but to the .NET Framework as a whole.
The .NET Framework class library is organized into namespaces. To use a portion of the library, you will normally import its namespace by including a using directive. Of course, you can also ...
Read now
Unlock full access