Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Unavailable
TCP/IP Sockets in C#: Practical Guide for Programmers
Unavailable
TCP/IP Sockets in C#: Practical Guide for Programmers
Unavailable
TCP/IP Sockets in C#: Practical Guide for Programmers
Ebook158 pages3 hours

TCP/IP Sockets in C#: Practical Guide for Programmers

Rating: 3.5 out of 5 stars

3.5/5

()

Currently unavailable

Currently unavailable

About this ebook

"TCP/IP sockets in C# is an excellent book for anyone interested in writing network applications using Microsoft .Net frameworks. It is a unique combination of well written concise text and rich carefully selected set of working examples. For the beginner of network programming, it's a good starting book; on the other hand professionals could also take advantage of excellent handy sample code snippets and material on topics like message parsing and asynchronous programming."
Adarsh Khare, SDT, .Net Frameworks Team, Microsoft Corporation


The popularity of the C# language and the .NET framework is ever rising due to its ease of use, the extensive class libraries available in the .NET Framework, and the ubiquity of the Microsoft Windows operating system, to name a few advantages. TCP/IP Sockets in C# focuses on the Sockets API, the de facto standard for writing network applications in any programming language. Starting with simple client and server programs that use TCP/IP (the Internet protocol suite), students and practitioners quickly learn the basics and move on to firsthand experience with advanced topics including non-blocking sockets, multiplexing, threads, asynchronous programming, and multicasting. Key network programming concepts such as framing, performance and deadlocks are illustrated through hands-on examples. Using a detailed yet clear, concise approach, this book includes numerous code examples and focused discussions to provide a solid understanding of programming TCP/IP sockets in C#.

Features
*Tutorial-based instruction in key sockets programming techniques complemented by numerous code examples throughout
*Discussion moves quickly into the C# Sockets API definition and code examples, desirable for those who want to get up-to-speed quickly
*Important coverage of "under the hood" details that developers will find useful when creating and using a socket or a higher level TCP class that utilizes sockets
*Includes end-of-chapter exercises to facilitate learning, as well as sample code available for download at the book’s companion web site

*Tutorial-based instruction in key sockets programming techniques complemented by numerous code examples throughout

*Discussion moves quickly into the C# Sockets API definition and code examples, desirable for those who want to get up-to-speed quickly

*Important coverage of "under the hood" details that developers will find useful when creating and using a socket or a higher level TCP class that utilizes sockets

*Includes end-of-chapter exercises to facilitate learning, as well as sample code available for download at the book's companion web site
LanguageEnglish
Release dateMay 25, 2004
ISBN9780080492322
Unavailable
TCP/IP Sockets in C#: Practical Guide for Programmers
Author

David Makofske

David Makofske has over ten years experience as a software engineer and consultant, with an emphasis on IP network and web development. He received his Masters degree in computer science from the University of California at Santa Barbara, and is currently a senior solutions architect at Akamai Technologies.

Related to TCP/IP Sockets in C#

Related ebooks

Programming For You

View More

Reviews for TCP/IP Sockets in C#

Rating: 3.54761900952381 out of 5 stars
3.5/5

21 ratings2 reviews

What did you think?

Tap to rate

Review must be at least 10 words

  • Rating: 5 out of 5 stars
    5/5
    I thought this book provided a very thorough introduction and practical guide to the Semantic Web from basics in RDF through advanced techniques with OWL.
  • Rating: 5 out of 5 stars
    5/5
    This is one of the best books I read on Semantic Web and its alternative title should be "The Most Gentle Introduction to the Semantic Web". Gentle indeed, but not in the sense of "semantic web for dummies".One of the authors, Prof. James Hendler, is the co-author of *THE* article that introduced the concept of Semantic Web to the world (Scientific American Magazine, May 2001). Being an expert in a field and writing a top notch technical introduction that strikes a very good balance between utility and clarity do not necessarily go hand in hand, but in this particular case readers like me should consider themselves very lucky because this book is the perfect blend. Not only does it introduce and explain almost all of the concepts in a very clear and lively manner, but it is full of real-world examples. Being far from a dry technical introduction, the book shows "why"s of Semantic Web with "how"s of it.At its current page count, it is only expected that the book avoids some implementation- and programming-related topics, but books such as "A Developer's Guide to the Semantic Web" can easily fill this gap. On the other hand, despite the abundance of books that jump into nitty gritty details of semantic web programming, the books that describe semantic modeling practices and kindly show the pitfalls of ontology design belong to a very rare species, and this fact alone is one of the reasons why I give five stars in this review.One of the most original parts of the book is at the end: In a brief appendix, the authors give a list of the most frequently asked questions related to semantic web, modeling, ontology design, together with short answers and page number references for further explanations.Creating a useful ontology for a real-world domain which can carry its weight and prove its utility in many different software applications is not something that can simply be mastered by reading this book, it takes lots of effort, trial and error. Nevertheless this book, in its updated second edition, is a very useful, thoughtful and elegant contribution to the growing literature of practical semantic web.