c# connecting to internet

Please support our C# advertiser: Intel Parallel Studio Home
Reply

Join Date: May 2009
Posts: 13
Reputation: terdie is an unknown quantity at this point 
Solved Threads: 0
terdie terdie is offline Offline
Newbie Poster

c# connecting to internet

 
0
  #1
May 30th, 2009
Hi!Good day.this is my first time to post here.

Iam using visual c# 2008 and Im new to it.Im developing a system,Ordering/Sales Monitoring and Inventory system as a part of my requirement in school(my thesis). The system that Im working will be used by a company for REAL so Im concentrating on it pretty hard.

this is the thing,the company that will use my system has a main office and several branches. A part of my system proposal is that those branches will be connected to the main office through my system(the database is in the main office and the branches will connect to it,etc)

So my question is,is there any way that my system(the one deployed in a branch)can connect to the system in the main office?

I hope my explanation is clear and this is not too long or boring to read.I will truly appreciate any help.Thanks again and GodBless

BTW: Im just wondering if visual c# 2008 is the best tool for me to do my system,Im running out of time but if you can suggest any tool thats will make my work easier,I will be happy to replace my tool.
And also, Do any one of you can send me a link of ebook or a site that will help me learn fast but all about visual c# 2008.As I've said,I new to c#,so Im expecting tons of questions and problems that will bug me and I dont want to post questions here everytime I encounter problems so I want to learn. thanks again.
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 109
Reputation: papanyquiL is on a distinguished road 
Solved Threads: 11
papanyquiL papanyquiL is offline Offline
Junior Poster

Re: c# connecting to internet

 
0
  #2
May 30th, 2009
If you don't yet know C#, this will be a very long, grueling process... I suggest learning the language first
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 13
Reputation: terdie is an unknown quantity at this point 
Solved Threads: 0
terdie terdie is offline Offline
Newbie Poster

Re: c# connecting to internet

 
0
  #3
May 30th, 2009
Originally Posted by papanyquiL View Post
If you don't yet know C#, this will be a very long, grueling process... I suggest learning the language first
Uhm.Its not that I dont know anything about c#.I think I know pretty much about the language.Im done with the user Interface,I can connect it to a database(SQL).And I think I can do the system but minus the "connecting to internet" part.
Of course I dont I dont have that "full knowlege" about the language yet and I expect some problems that I will be encountering but I think I can do it.I just need some help about some things(how to connect to internet in this matter)

So I hope you guys can help me.
Thanks again
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 11
Reputation: DanyLdon is an unknown quantity at this point 
Solved Threads: 1
DanyLdon's Avatar
DanyLdon DanyLdon is offline Offline
Newbie Poster

Re: c# connecting to internet

 
0
  #4
May 31st, 2009
Think you should use
Socket classes

using System.Net.Sockets;

You might build server that will communicate with your db in main office, and every branch will have client app to communicate with that server.

For that you should learn sockets and streams.
GL.
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 13
Reputation: terdie is an unknown quantity at this point 
Solved Threads: 0
terdie terdie is offline Offline
Newbie Poster

Re: c# connecting to internet

 
0
  #5
May 31st, 2009
Originally Posted by DanyLdon View Post
Think you should use
Socket classes

using System.Net.Sockets;

You might build server that will communicate with your db in main office, and every branch will have client app to communicate with that server.

For that you should learn sockets and streams.
GL.

thanks man,at least I have some clue to start with.Ill check and study it out..Ill post here as soon as I get it right.
do you have some ebooks or something that has a topic about that? but maybe Ill just find it myself.thanks again

and also thanks in advance to the additional help in the future.
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 1,923
Reputation: ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of 
Solved Threads: 276
ddanbe's Avatar
ddanbe ddanbe is offline Offline
Posting Virtuoso

Re: c# connecting to internet

 
0
  #6
May 31st, 2009
Today is a gift, that's why it is called "The Present".
Make love, no war. Cave ab homine unius libri.
Danny
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 13
Reputation: terdie is an unknown quantity at this point 
Solved Threads: 0
terdie terdie is offline Offline
Newbie Poster

Re: c# connecting to internet

 
0
  #7
May 31st, 2009
Originally Posted by ddanbe View Post
Try this : http://www.andzelika.co.uk/TCPsockets.pdf
hey thanks for the link sir ddanbe,I've gotten a copy,Ill read it thorougly and I hope I will be able to find some answers.
thanks again
////////////////////////////
Originally Posted by DanyLdon View Post
Think you should use
Socket classes

using System.Net.Sockets;

You might build server that will communicate with your db in main office, and every branch will have client app to communicate with that server.

For that you should learn sockets and streams.
GL.
what you mean is I will deploy an application to the branches for the staff there to use and another application for the main office personnel's use right?
is that what "client app" means?

BTW:thanks for all your suggestions and time.Ive thought that I will not be noticed here coz im just new but It seems that Im wrong.cool!.

thanks again for the future help
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 11
Reputation: DanyLdon is an unknown quantity at this point 
Solved Threads: 1
DanyLdon's Avatar
DanyLdon DanyLdon is offline Offline
Newbie Poster

Re: c# connecting to internet

 
0
  #8
May 31st, 2009
Yes that's what i mean sorry for shortcut.
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 13
Reputation: terdie is an unknown quantity at this point 
Solved Threads: 0
terdie terdie is offline Offline
Newbie Poster

Re: c# connecting to internet

 
0
  #9
Jun 1st, 2009
thanks danyldon. I will be working on the connection really soon so I will wish myself good luck...

does this thread will be removed?or it will continue even though theres no member replying on it?
I hope it will not be remove and other "experts" will reply.It will be a great help!!hehe.
thanks and Godbless to all
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 1,923
Reputation: ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of 
Solved Threads: 276
ddanbe's Avatar
ddanbe ddanbe is offline Offline
Posting Virtuoso

Re: c# connecting to internet

 
0
  #10
Jun 1st, 2009
IMHO this thread wont be removed, mark it as solved instead.
Today is a gift, that's why it is called "The Present".
Make love, no war. Cave ab homine unius libri.
Danny
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC