Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# network programming [closed]

Tags:

c#

networking

Please tell me good tutorial for learning .net network programming

like image 637
Kumara Avatar asked Mar 01 '10 16:03

Kumara


2 Answers

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

like image 138
Codesleuth Avatar answered Oct 23 '22 05:10

Codesleuth


C# Networking working code examples
and
C# Network Programming
by Richard Blum
.

like image 39
Pratik Deoghare Avatar answered Oct 23 '22 05:10

Pratik Deoghare