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

C# application or a web page?

Hi there;
I am planning to create a program. There are 700 hosts and 1 server. Hosts will send status information to server,these information is related with my business logic. Server will process these information. There are two different ways to do this, creating a c# application (for server side and client side) or creating a web page, applying a classic web page.
Which one is appropriate one? Will there any flaws occur during implementation c#? Which one do you favor on?

thanks in advance.

varoluscu_prens
Newbie Poster
21 posts since Jul 2011
Reputation Points: 10
Solved Threads: 0
 

In terms of coding functionality there is little difference between a Windows form app and a web app. The code can do similar things. Think more about how you want to distribute the app, how/where the user will access it, user's level of competence (most people have grown accustomed to browsers and have less of a learning curve when faced with new online apps).

hericles
Practically a Posting Shark
823 posts since Nov 2007
Reputation Points: 136
Solved Threads: 166
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: