954,518 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Window Form Application Online

I would like to put my windows form application to be online, where by it will connect to a webserver and get data from the database on the webserver. Are there any sites or ebooks I can get on windows app going online

mundetas
Light Poster
44 posts since Jun 2009
Reputation Points: 10
Solved Threads: 1
 

You would be best off creating an ASP.NET application and moving your logic to a web project. There are software products out there to get form applications online but they're obviously not native and performance/usability suffers. Is there any reason you don't want to do a web project?

sknake
Industrious Poster
4,954 posts since Feb 2009
Reputation Points: 1,764
Solved Threads: 735
 

The reason why I ask is because i have used an application that connected to an online server to get data from a database on a webserver and there was no use of web browser.I don't want to create my application using a web browser I want a windows form application.Are there any technologies I need to look into references would be great

mundetas
Light Poster
44 posts since Jun 2009
Reputation Points: 10
Solved Threads: 1
 

Use classes from System.Net namespace ; System.Net.WebClient.

__avd
Posting Genius (adatapost)
Moderator
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
 
I would like to put my windows form application to be online, where by it will connect to a webserver and get data from the database on the webserver. Are there any sites or ebooks I can get on windows app going online


same question. the only difference is my windows application will be accessed through a browser. Is it possible to get windows application online?

thanks!

Donish
Newbie Poster
17 posts since Jun 2009
Reputation Points: 10
Solved Threads: 1
 

What do you mean with online? Internet or Intranet?

Ramy Mahrous
Postaholic
2,196 posts since Aug 2006
Reputation Points: 480
Solved Threads: 276
 
What do you mean with online? Internet or Intranet?


I mean internet. Kind of booking system.

Donish
Newbie Poster
17 posts since Jun 2009
Reputation Points: 10
Solved Threads: 1
 

The only applicable scenario is everyone (clients) install client application (.exe) and all the functionalities in it; talk directly to webservice which handles requests and responds back to the client.
What you need to know is
Host webservices on domain like any web application.
Talk to webservices from any client application.

All about webservices http://msdn.microsoft.com/en-us/library/ms996507.aspx

Another alternative is to use WCF, I personally recommend it http://msdn.microsoft.com/en-us/netframework/aa663324.aspx

Ramy Mahrous
Postaholic
2,196 posts since Aug 2006
Reputation Points: 480
Solved Threads: 276
 

The only applicable scenario is everyone (clients) install client application (.exe) and all the functionalities in it; talk directly to webservice which handles requests and responds back to the client. What you need to know is Host webservices on domain like any web application. Talk to webservices from any client application.

All about webservices http://msdn.microsoft.com/en-us/library/ms996507.aspx

Another alternative is to use WCF, I personally recommend it http://msdn.microsoft.com/en-us/netframework/aa663324.aspx

Thanks for the quick reply!

I don't want everyone to install the application in their PC I just want them access a website where Windows Application is embedded.
So, I am thinking whether to use C# or ASP.Net

Donish
Newbie Poster
17 posts since Jun 2009
Reputation Points: 10
Solved Threads: 1
 

All my replies were on direction to use Windows-based application.
SURE THE LOGICAL SOLUTION is to use Web-based application (ASP.NET), it's very easy and you'll go through it quickly. Best of luck

Ramy Mahrous
Postaholic
2,196 posts since Aug 2006
Reputation Points: 480
Solved Threads: 276
 

Thanks for the post Ramy. you were on point on the client install the client app.going to try it out the webservice thanks again

mundetas
Light Poster
44 posts since Jun 2009
Reputation Points: 10
Solved Threads: 1
 

thank you Ramy,

I think I might ask some more questions in the near future!

Cheers!

Donish
Newbie Poster
17 posts since Jun 2009
Reputation Points: 10
Solved Threads: 1
 

You are welcome, mundetas, Donish
Your questions are welcome :)
Please mark it as solved, mundetas

Ramy Mahrous
Postaholic
2,196 posts since Aug 2006
Reputation Points: 480
Solved Threads: 276
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You