473,386 Members | 1,962 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Network Communications

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
Jan 14 '07 #1
6 1559
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.
"Bernie Hunt" <bh***@optonline.netwrote in message
news:%2***************@TK2MSFTNGP03.phx.gbl...
>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

Jan 14 '07 #2
"Stephany Young" <noone@localhostwrote in
news:uA**************@TK2MSFTNGP03.phx.gbl:
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.
Jan 14 '07 #3
Bernie,

Do it in a simple as VB.Net is meant for.

Follow this it gives you a very quick introduction which takes you probably
less than 15 minutes.

http://www.vb-tips.com/dbpages.aspx?...2-b1ed16424252

I hope this helps,

Cor

"Bernie Hunt" <bh***@optonline.netschreef in bericht
news:%2***************@TK2MSFTNGP03.phx.gbl...
>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

Jan 14 '07 #4
Cor,

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

Bernie
Cor Ligthert [MVP] wrote:
Bernie,

Do it in a simple as VB.Net is meant for.

Follow this it gives you a very quick introduction which takes you probably
less than 15 minutes.

http://www.vb-tips.com/dbpages.aspx?...2-b1ed16424252

I hope this helps,

Cor

"Bernie Hunt" <bh***@optonline.netschreef in bericht
news:%2***************@TK2MSFTNGP03.phx.gbl...
>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

Jan 14 '07 #5
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

"Bernie Hunt" <bh***@optonline.netschreef in bericht
news:%2****************@TK2MSFTNGP04.phx.gbl...
Cor,

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

Bernie
Cor Ligthert [MVP] wrote:
>Bernie,

Do it in a simple as VB.Net is meant for.

Follow this it gives you a very quick introduction which takes you
probably less than 15 minutes.

http://www.vb-tips.com/dbpages.aspx?...2-b1ed16424252

I hope this helps,

Cor

"Bernie Hunt" <bh***@optonline.netschreef in bericht
news:%2***************@TK2MSFTNGP03.phx.gbl...
>>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
Jan 14 '07 #6
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!
Cor Ligthert [MVP] wrote:
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

"Bernie Hunt" <bh***@optonline.netschreef in bericht
news:%2****************@TK2MSFTNGP04.phx.gbl...
>Cor,

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

Bernie
Cor Ligthert [MVP] wrote:
>>Bernie,

Do it in a simple as VB.Net is meant for.

Follow this it gives you a very quick introduction which takes you
probably less than 15 minutes.

http://www.vb-tips.com/dbpages.aspx?...2-b1ed16424252

I hope this helps,

Cor

"Bernie Hunt" <bh***@optonline.netschreef in bericht
news:%2***************@TK2MSFTNGP03.phx.gbl...
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
Jan 14 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Bryan | last post by:
I need to gather data from a Rabbit microprocessor that has a network interface. My search for Visual Basics through Google found several sources but none specifically mentioned networking,...
1
by: Matthias Stock | last post by:
Hello, i want to simulate a transmission network. Therefore I must create some blocks, e.g. random integer generator, AWGN, etc. Does anyone know if there exist some libraries (for example...
4
by: James | last post by:
We've had a recurring problem where all of a sudden we get a DBMSSOCN General Network Error on any page that connects to SQL Server. Then we have to reboot the server and everything works fine...
13
by: Boris Glawe | last post by:
Hi, I am going to write a client/server based application with for Linux in C++. I am programming C++ on purpose. There are many tutorials out there how to create a new socket, and receive and...
3
by: Jon | last post by:
Hi, in my program, i want to send a signal to other computer on the network (LAN). so that when other recieves this signal, it will do something... What Class should I use for sending the...
1
by: pigeonrandle | last post by:
Does anyone have anything to say about using xml to communicate between client and server over a tcp network connection? If the data i am sending is reasonably small, then i presume the added...
6
by: =?Utf-8?B?VGlt?= | last post by:
I have an app that calls a webmethod. Everything works fine except when you, the client, loses network connectivity during the request. When the connection is lost the client applications hangs. ...
6
by: Tony | last post by:
Hello! This is the scenarion that we want to implement. We have a computer called A which register itself on a superviser server about it's existence so other computer can get the...
7
by: Christiano Donke | last post by:
Is there a way to do this without having to register it computer-by-computer??? tried everything already... but nothign worked out as should.. tks..
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.