best books for sockets

Started by
1 comment, last by Telastyn 11 years, 7 months ago
what is the best book our books to work with sockets for beginner and advance programmers

Hello

Advertisement
what is the best book to learn sockets in c#

Hello

I don't know of any book, but Beej's guide is great. You'll need a little adaptation to use the C# classes rather than the C calls, but they're essentially the same. Only `select` is different.

That said, there's a bunch of existing code in C# to do network communication.

This topic is closed to new replies.

Advertisement