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

Windows Forms

 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy22-Jul-10 6:35
bobishkindaguy22-Jul-10 6:35 
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 
Have a look at the MVVM pattern that is in common use in WPF coding. It's basic selling point is that it completely separates the UI from the business logic. You could re-code separate pieces of the app over time, with no change on the UI. This would allow your users to act as a last line of defense against UI-breakage ("Hey, after the last update, XYZ broke"). Then, when you're finished with this separation, your Web UI will be a mechanical process of coding UI's for each piece.

You said that the app is multithreaded. Does that imply that it is computationally intensive? All business logic will be centralized so your server will have to be beefy enough to deal with it.
Before .NET 4.0,
object Universe = NULL;

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 
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 

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.