Click here to Skip to main content
15,887,746 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: What is best way to convert desktop app to web app? Pin
George from Saanichton22-Jul-10 5:40
George from Saanichton22-Jul-10 5:40 
GeneralRe: What is best way to convert desktop app to web app? Pin
MatrixDud22-Jul-10 5:49
MatrixDud22-Jul-10 5:49 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy22-Jul-10 6:31
bobishkindaguy22-Jul-10 6:31 
AnswerRe: What is best way to convert desktop app to web app? Pin
Member 459898622-Jul-10 6:10
Member 459898622-Jul-10 6:10 
AnswerRe: What is best way to convert desktop app to web app? Pin
squeek22-Jul-10 6:24
squeek22-Jul-10 6:24 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy22-Jul-10 8:04
bobishkindaguy22-Jul-10 8:04 
AnswerRe: What is best way to convert desktop app to web app? Pin
Hired Mind22-Jul-10 6:32
Hired Mind22-Jul-10 6:32 
AnswerRe: What is best way to convert desktop app to web app? Pin
dan!sh 22-Jul-10 6:38
professional dan!sh 22-Jul-10 6:38 
You have already received lot of nice replies. I hope mine too adds something. BTW I am a windows forms fan so I would avoid doing this.

1. Your application must be divided in to layers I suppose. So reuse existing code after refactoring.
2. Do not try and achieve similar experience in UI as in windows application. It will be tough to give similar experience.
3. If it is related to some business process, have a look into work flow as well.
4. Do not forget to rewrite what deserves to be rewritten.
5. You can use use WCF but do not think of replacing remoting with that, try and make it SOA compliant for in future, you do not need to worry much.
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy22-Jul-10 9:29
bobishkindaguy22-Jul-10 9:29 
GeneralRe: What is best way to convert desktop app to web app? Pin
dan!sh 24-Jul-10 21:49
professional dan!sh 24-Jul-10 21:49 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy27-Jul-10 9:09
bobishkindaguy27-Jul-10 9:09 
AnswerRe: What is best way to convert desktop app to web app? Pin
nazmolla22-Jul-10 6:48
nazmolla22-Jul-10 6:48 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy22-Jul-10 9:06
bobishkindaguy22-Jul-10 9:06 
GeneralRe: What is best way to convert desktop app to web app? Pin
nazmolla23-Jul-10 2:05
nazmolla23-Jul-10 2:05 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy27-Jul-10 9:06
bobishkindaguy27-Jul-10 9:06 
GeneralRe: What is best way to convert desktop app to web app? Pin
nazmolla27-Jul-10 11:29
nazmolla27-Jul-10 11:29 
AnswerRe: What is best way to convert desktop app to web app? Pin
Tim Yen22-Jul-10 14:46
Tim Yen22-Jul-10 14:46 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy27-Jul-10 9:14
bobishkindaguy27-Jul-10 9:14 
AnswerRe: What is best way to convert desktop app to web app? Pin
Max Peck22-Jul-10 15:53
Max Peck22-Jul-10 15:53 
GeneralRe: What is best way to convert desktop app to web app? Pin
Gerard P22-Jul-10 18:02
Gerard P22-Jul-10 18:02 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy27-Jul-10 9:18
bobishkindaguy27-Jul-10 9:18 
AnswerRe: What is best way to convert desktop app to web app? Pin
kofflerd24-Jul-10 0:34
kofflerd24-Jul-10 0:34 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy27-Jul-10 9:18
bobishkindaguy27-Jul-10 9:18 
GeneralRe: What is best way to convert desktop app to web app? Pin
kofflerd27-Jul-10 20:00
kofflerd27-Jul-10 20:00 
AnswerRe: What is best way to convert desktop app to web app? Pin
Phil N Bennett25-Jul-10 11:29
Phil N Bennett25-Jul-10 11:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.