Thursday, December 4, 2008

How different are Console, Windows, Web applications and Web services?

Console applications, considered as light weight programs, run inside the command prompt (DOS) window. These are mostly used for test applications.

Windows Applications are form based standard Windows desktop applications for widespread habitual tasks. The best example is Microsoft word.

Web applications are programs used for running inside some web server (e.g., IIS) to accomplish the user requests over the http. Hotmail and Google are the best example of this.

Web services are web applications that supply services to other applications over the internet. Google search engine’s web service, allows other applications to allot the task of searching over the internet to Google web service and use the result created by it in their own applications.

Other Source : Open source dot net | dot net open source

1 comment:

r4 revolution said...

I don't think there is much difference for the developer.........the programming concepts are same.......u just have to remember the system concepts to make it work...........