Network Communications

  • Thread starter Thread starter Bernie Hunt
  • Start date Start date
B

Bernie Hunt

I need to learn network communications. The project will have a server
and multiple clients that need to receive information from the server.
The network will be the company's internal network and not the internet.

I'm never programmed in a network environment before so it's time for
some learning. Can anyone point me to some good websites or books on the
subject?

Thanks,
Bernie
 
Start by reading up on the System.Net.Sockets.TcpListener and
System.Net.Sockets.TcpClient classes along with various other classes in the
System.Net and System.Net.Sockets namespaces.
 
Start by reading up on the System.Net.Sockets.TcpListener and
System.Net.Sockets.TcpClient classes along with various other classes
in the System.Net and System.Net.Sockets namespaces.

Also take a look System.Runtime.Remoting and ASP.NET Web Services.
 
Cor,

That link goes to a FAQ on using a DataGridView. Is that what you
intended to recommend?

Bernie
 
Bernie,

It creates a complete network application with everything in it.
Have a look below we have to change that part in our website, we know how to
do it, but don't like that way.

Cor
 
Down below is "Faq: Is there a sample abotu how to use the DataGridView
with Fill and Update". I couldn't find anything on network applications.

Bernie

PS: I did find the article on filling datagrids from a background thread
using invoke to be interesting and useful, Thanks!
 
Back
Top