Where could I find good resources and examples for learning how to utilize TCP/IP in .NET/C# 2.0? Any suggestions on where to start? I’m pretty new at socket programming.
Where could I find good resources and examples for learning how to utilize TCP/IP
Share
the new MSDN site is really nice, and cleanly separates the different language examples. Anyhow, you’ll likely start with TcpClient and TcpListener. I played with the .NET sockets library for the first time last week, and was able to get a TCP command interpreter implemented very, very quickly.