943,838 Members | Top Members by Rank

Ad:
  • C# Discussion Thread
  • Unsolved
  • Views: 3340
  • C# RSS
You are currently viewing page 2 of this multi-page discussion thread; Jump to the first page
Jun 2nd, 2009
0

Re: c# connecting to internet

Sockets can be a bit challenging of a concept at first, mostly because in order to make an asynchonous connection, a certain degree of multi-threading must be used. The socket class will handle the creation of the thread, but you must learn how to invoke it, and when. This will require some knowledge of delegates, as these must be used to invoke a function in the main thread from the socket threads. The client will be pretty straight forward, but the server requires a bit more attention, since it is the one that must establish the TCP connections. If you are comfortable with the above concepts, then no problem! If you aren't then feel free to ask some questions.
Reputation Points: 352
Solved Threads: 109
Master Poster
skatamatic is offline Offline
775 posts
since Nov 2007
Jun 2nd, 2009
0

Re: c# connecting to internet

The easiest way to provide communication between systems - programs is a Web Service.
Moderator
Reputation Points: 2136
Solved Threads: 1228
Posting Genius
adatapost is offline Offline
6,527 posts
since Oct 2008
Mar 8th, 2011
0
Re: c# connecting to internet
Hi I am trying to make a program and I want to bring information from the internet such the wether and rss feeds can anyone tell me what I need to do?

Thanks in advance
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Benji11092 is offline Offline
2 posts
since Mar 2011
Mar 8th, 2011
0
Re: c# connecting to internet
Hi Benji11082 welcome at the daniweb site.
One thing you could start doing is post your question in a new thread, instead of resurrecting old ones...
Reputation Points: 2035
Solved Threads: 644
Senior Poster
ddanbe is offline Offline
3,738 posts
since Oct 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C# Forum Timeline: ADO.NET
Next Thread in C# Forum Timeline: Help Starting Server/Client Project





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC