Click here to Skip to main content
15,901,764 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Pls, I'm trying to enter into C# network programming; can someone help me with links to get books and/or PDF articles which might help me. thanks
Posted

On top of what Member795700 already said; threading will also become very important when you start getting into this. You will definitely want to be proficient at thread handling.
 
Share this answer
 
v2
Just simply take a look at the following name space:

System.Net
System.Net.Sockets

and some of the classes:

Socket
TcpListener
TcpClient
UdpClient
NetworkStream
 
Share this answer
 
v3
Comments
Manfred Rudolf Bihy 24-Jun-11 11:57am    
Removed spam!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900