C# Network Programming by Richard Blum

BUY IT NEW

  • $59.99 Online price
  • $53.99 Member price
  • Join Now
  • skip to cart
  • Add To List uiAction=GetAllLists&page=List&pageType=list&ean=9780782141764&productCode=BK&maxCount=100&threshold=3

Usually ships within 24 hours

Having this item gift wrapped?
See Details

Get It There On Time
Holiday Delivery Schedule

FIND & RESERVE AN IN-STORE COPY

Enter a zip code

(Paperback - First Edition)

  • Publisher: Sybex, Incorporated
  • Pub. Date: November 2002
  • ISBN-13: 9780782141764
  • Sales Rank: 408,274
  • 676pp
  • Edition Description: First Edition
  • Edition Number: 1
 
  • Overview
  • Editorial Reviews
  • Customer Reviews
  • Features
  • Full Product Details

Synopsis

On its own, C# simplifies network programming. Combine it with the precise instruction found in C# Network Programming, and you'll find that building network applications is easier and quicker than ever.

This book helps newcomers get started with a look at the basics of network programming as they relate to C#, including the language's network classes, the Winsock interface, and DNS resolution. Spend as much time here as you need, then dig into the core topics of the network layer. You'll learn to make sockets connections via TCP and "connectionless" connections via UDP. You'll also discover just how much help C# gives you with some of your toughest chores, such as asynchronous socket programming, multithreading, and multicasting.

Network-layer techniques are just a means to an end, of course, and so this book keeps going, providing a series of detailed application-layer programming examples that show you how to work with real protocols and real network environments to build and implement a variety of applications. Use SNMP to manage network devices, SMTP to communicate with remote mail servers, and HTTP to Web-enable your applications. And use classes native to C# to query and modify Active Directory entries.

Rounding it all out is plenty of advanced coverage to push your C# network programming skills to the limit. For example, you'll learn two ways to share application methods across the network: using Web services and remoting. You'll also master the security features intrinsic to C# and .NET--features that stand to benefit all of your programming projects.

More Reviews and Recommendations

Biography

Richard Blum has been a network specialist with the U.S. Department of Defense for more than 13 years and has programmed in C, C++, Java, and C#. He has also volunteered for a nonprofit organization, doing network administration and support. He has written four books for SAMS on networking topics, such as sendmail for Linux and open-source email security.

Customer Reviews

  • Reader Rating:
  • Ratings: 1Reviews: 1

C# Network Programmingby Anonymous

Reader Rating:
See Detailed Ratings

February 26, 2003: I?ve read about ? of this book and am impressed with the author?s knowledge (and ability to convey that knowledge) in this book. This is a must for anyone who intends to use TCP or UDP communications... even seasoned developers. My only suggestion would be to add a [larger] section regarding `Delegate? concepts and examples.