need a Network Programming with VC#2005 pdf,Ebook,article.
-
hi i want to start network Programming with VCc#2005 (from begin to advance) i want to create Client/Server Application that detect Clients on the Network and Send/Recive Data across the Network. Can Somebody Help me ?? Note : I am beginner in Network Programming and i want to use Standard FrameWork Classes and don't want to use User Classes. Thanks.
-
hi i want to start network Programming with VCc#2005 (from begin to advance) i want to create Client/Server Application that detect Clients on the Network and Send/Recive Data across the Network. Can Somebody Help me ?? Note : I am beginner in Network Programming and i want to use Standard FrameWork Classes and don't want to use User Classes. Thanks.
There are plenty of examples on the internet. You need to learn about socket programming. Use "System.Net.Sockets" or check out this project: http://www.codeplex.com/IndySockets It is still under work but the developers are professionals in socket programming, so download the snapshots and you can learn a lot. :) This is the original Indy Sockets written in Delphi, but runs on .NET as well: http://www.indyproject.org/Sockets/index.en.aspx
-
There are plenty of examples on the internet. You need to learn about socket programming. Use "System.Net.Sockets" or check out this project: http://www.codeplex.com/IndySockets It is still under work but the developers are professionals in socket programming, so download the snapshots and you can learn a lot. :) This is the original Indy Sockets written in Delphi, but runs on .NET as well: http://www.indyproject.org/Sockets/index.en.aspx
-
thanks for reply but it has not example for c# and it is a dll, I want to learn NetWork in c# 2005 and i need a basic articles,ebooks or ...
lots of articles right here at CP : http://www.codeproject.com/internet/#Beginners[^] Good Luck :)