Need a Sockets Tutorial

A

Andrew Cooper

Greetings,

Anyone have a favorite tutorial on writing TCP/IP Sockets applications
with VS 2008? I've found some older ones but the classes used in them
are obsolete according to my VS 2008. I've got a fairly complex Sockets
application I'm going to need to write here in the next bit and would
like to re-familiarize myself with the classes involved.

Thanks,

Andrew
 
K

kimiraikkonen

Greetings,

Anyone have a favorite tutorial on writing TCP/IP Sockets applications
with VS 2008?  I've found some older ones but the classes used in them
are obsolete according to my VS 2008.  I've got a fairly complex Sockets
application I'm going to need to write here in the next bit and would
like to re-familiarize myself with the classes involved.

Thanks,

Andrew

Hi,
Though you can find some articles on Google and Codeproject, you can
also look at here:
Scroll down to "VB.NET Communications Tutorial" section:
http://vb.net-informations.com/

Some of them:
http://vb.net-informations.com/communications/vb.net_socket_programming.htm
http://vb.net-informations.com/communications/vb.net_Server_Socket.htm
http://vb.net-informations.com/communications/vb.net_Client_Socket.htm
.....

HTH,

Onur Güzel
(e-mail address removed)
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top