Good sockets tutorial needed

  • Thread starter Thread starter Jeff Johnson [MVP: VB]
  • Start date Start date
J

Jeff Johnson [MVP: VB]

Can anyone give me some links to tutorials on using sockets with .NET?

Here's my scenario: I'm writing a service in .NET. I want to be able to
create clients which can talk to the service to both get status information
from it and also make configuration changes. I figure a simple TCP
connection would be the easiest way to facilitate communication. I'm no
sockets guru in the first place or I'd try to muddle through it on my own
(which of course I may have to). Any pointers would be appreciated, and any
suggestions on a better way to set up program-program communication across
different machines would be welcomed.
 
Back
Top