Network Programming for the Microsoft® .NET Framework
|
| List Price: | CDN$ 54.99 |
| Price: | CDN$ 34.64 & eligible for FREE Super Saver Shipping on orders over $39. Details |
Availability: Usually ships in 1 to 2 months
Ships from and sold by Amazon.ca
7 new or used available from CDN$ 7.70
Average customer review:Product Description
Learn the best ways to exploit the networking APIs in the .NET Framework—and deliver greater flexibility, interoperability, and power to your network applications. Three network programming specialists from Microsoft demonstrate how to use the System.Net namespace, which contains the core classes for network development, across a range of scenarios—from writing your first socket-based application to developing high performance N-tier Web applications. Whether you’re a Win32-based network programmer moving to the .NET Framework or you’re an XML Web Services or .NET Remoting developer looking for a better understanding of how these technologies relate to the network, this singular reference delivers the code and instruction you need. Discover how to: Use serialization techniques—binary, XML, and SOAP—to package complex data Enable concurrent programming—and increase application flexibility—with threads and asynchronous I/O Resolve URIs without writing protocol-specific code Communicate over IP networks using DNS, IPv4, and IPv6 Learn core to advanced socket programming techniques for both client and server operations Employ the .NET Web-related classes to retrieve HTTP content—proxy servers, cookies, credentials, and more Fine?tune XML Web services in your network programs and customize the underlying HTTP protocol for optimal efficiency Write a .NET Remoting custom channel to communicate over any data transmission medium Utilize code access security, encryption technology, and HTTP authentication techniques Boost application performance and scalability by streamlining resources
Product Details
- Amazon Sales Rank: #777502 in Books
- Published on: 2003-10-01
- Original language: English
- Binding: Paperback
- 384 pages
Customer Reviews
Not enough depth
If you are going to get an overview of the major aspects of network programming in .NET, and maybe run a few simple examples to reinforce your knowledge, then this book is fine.
But if you write networking software for a living, then this book will be of little help.
Mediocre at best
This book basically gives you the watered-down rehashed MSDN version of .NET socket and network programming. This is a 350 page book attempting to cover all aspects of this subject including remoting and the structure of the .NET libraries without getting into much detail in each one.
A mere 18 pages is devoted to server side socket programming, but even that is packed with so much fluff that a programmer winds up with too little information to implement an regular TCP socket server, much less an asynchronous one.
Good Introduction
Originally, I bought this book because it contained a brief introduction to .NET Remoting, which I needed a crash course in. I also got it because I have an interest in writing network protocols. I had previously dabbled in some sample .NET code that I had downloaded, but was lacking in a proper foundation for going forward.
The book is well structured - gradually introducing the network programming with incrementally more advanced subjects. The style of writing is simple and to the point. There are lots of examples, and complex subjects are explained well.
Chapter 2 introduces streams, with the best explanation of .NET streams that I have seen in my limited reading. Chapter 3 discusses the complex area of asynchronous operations, and threading. Chapter 4 deals with Serialization, and Chapter 5 with URIs.
Later chapters deal with the details of writing networking code, from RAW sockets, through to higher level APIs that let you write powerful code in only one or two lines.
Finally, there are some advanced chapters. Of these, I found the ones on security and scalability the most interesting.
If I had to give some criticism, it would be that the examples (always in both VB and C#) were very short snippets of code, with no broader context of larger examples. I would have found them easier to read if there was some larger example of which they formed part.
There are some better downloadable companion examples, written using Visual Studio .NET 2003. I would have appreciated it if they had gone to the small trouble of adding some project files for a few more IDEs.
