上QQ阅读APP看书,第一时间看更新
Section 2: Communicating Over Networks
Part two of the book will begin to dive deeper into the specific implementation details of writing software for networks in C#. It will begin by explaining the most accessible and basic abstractions the .NET framework exposes for generating and handling network requests. Finally, it will explore the details of how that data transfer impacts software design and complexity.
The following chapters will be covered in this section:
Chapter 5, Generating Network Requests in C#
Chapter 6, Streams, Threads, and Asynchronous Data
Chapter 7, Error Handling Over the Wire