Click here to Skip to main content
15,913,722 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
Hi,

From the past few days i have a doubt in my mind.Can i re-code/Convert a windows application in to Web Application efficiently with out loosing even 0.1 percent of its functionality?
Posted
Comments
[no name] 15-Oct-12 9:42am    
That would be entirely up to you.

If you asking for an existing application created based on n-tier or SOA kind of architecture. No, its very tough and you will have to re-create lots of thing. Means lots of efforts

If you planning new project, consider MVC pattern (Not asp.net MVC). This will minimize the coding effort. Though this will have good amount of initial investment in coding/designing.

But if you say no effort at all. No that is simply not possible. At least as far as I know.

Hope that helps. If it does, do mark it as answer/upvote.

Thanks
Milind
 
Share this answer
 
Comments
Rohith Gopi 16-Oct-12 3:59am    
Can you tell me what are all the common problem while doing so?
MT_ 16-Oct-12 4:01am    
To comment anything further, can you please detail out the functionality of the application and architecture you have used ?
Rohith Gopi 16-Oct-12 7:10am    
Refer Solution 5 In that there are a lot of functions like adding new folder, Deleting, Copying a file to another location and cut, paste and all of the basic file operations.
MT_ 16-Oct-12 7:12am    
Does it have UI? If not why dont you create a class library ?
Rohith Gopi 16-Oct-12 7:21am    
Of course it does.
The primary problem that i am facing is that, i am using a tree view with a context menu to display all the logical drives and directories in my local system. The tree view is inside update panel. When i add a new folder in the tree view it is adding it into the local system but the change is not getting reflected in the treeview immediately. I tried updating the update panel but no use, I had to refresh the whole page to see that folder in the tree view.
Yes But only simple application not for complex applications.

Thanks,
Ambesha
 
Share this answer
 
For example i have created a file manager using Windows application, I want to convert it to a web application with out loosing any of its functionality?
 
Share this answer
 
yes, u can always convert windows application to web application but you need to make some changes in the code for achieving this.
 
Share this answer
 

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