Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is meant by 'converting window application to web based application using WCF'(HOW CAN THIS BE ACHIEVED)
Posted

1 solution

A windows based application might be accessing a database directly (2-tier architecture).

To make it web based (using ASP.Net or Silverlight) so that this application runs in a browser, a web service can be used. This web service can fetch the data from the database and then this will be displayed in the client (browser) part of the application.
 
Share this answer
 
Comments
coderaug 7-Nov-10 23:50pm    
Abhinav,but in this case GUI needs to be changed right??
Database will be reused, WCF will be used to interact with database, and the client(GUI)??
Abhinav S 8-Nov-10 7:11am    
If you are converting from a windows to a web application - the GUI will definitely change.
You will most probably use a web technology (Asp.Net) rather than a winforms.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900