Please tell me good tutorial for learning .net network programming
A:
try some of these: http://www.google.com/search?source=ig&hl=en&rlz=1G1GGLQ_ENUS239&q=system.net+tutorial&aq=0&aqi=g1&oq=System.net+tut
Paul
2010-03-01 16:15:43
+5
A:
There is a similar question that already exists with relevant answer for you: C# Networking API’s.
Please take a look there. Note the options proposed in answers:
- Windows Communication Foundation
- System.Net and System.Net.Sockets (I recommend looking at TcpClient)
Have a look at this sample for an idea of how to get TcpClient
working: Tcp Client Sample.
And here's a tutorial: C# Tutorial - Simple Threaded TCP Server
Codesleuth
2010-03-01 16:18:13
A:
This is one of my favorite. To the point and easy to grasp. http://www.webtropy.com/.
Shoaib Shaikh
2010-03-01 16:27:54
+1
A:
C# Networking working code examples
and
C# Network Programming
by Richard Blum.
TheMachineCharmer
2010-03-01 17:46:56