Basic C# Network programming using Sockets

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello to Every One

Can any one tell me where can I find beginners resource for Network Programming in C#. Like shutting down or log off a remote PC. I am an absolute beginner. I'll appriciate if any one would let me know.How can I do it? Using sockets??
 
Although I haven't read it, there is a book on this that may help at
http://www.microsoft.com/MSPress/books/6446.asp.

In the meantime, the docs at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconsockets.asp
may help a bit. I find that the best way to learn is by playing with the
sample code and modifying it to do little tasks, such as making networked
chat application.

Obaid said:
Hello to Every One,

Can any one tell me where can I find beginners resource for Network
Programming in C#. Like shutting down or log off a remote PC. I am an
absolute beginner. I'll appriciate if any one would let me know.How can I do
it? Using sockets??
 
Hi

Best bet would be to see the .NET documentation which is installed with VS.NET

Just try to search 'Socket' and you will find sample programs and documentation about Sockets and Network programming.
 
hi,I have source code which you need.And is very simple.
If you need ,contact me .
(e-mail address removed)

Obaid said:
Hello to Every One,

Can any one tell me where can I find beginners resource for Network
Programming in C#. Like shutting down or log off a remote PC. I am an
absolute beginner. I'll appriciate if any one would let me know.How can I do
it? Using sockets??
 
Back
Top