Click here to Skip to main content
15,908,768 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: What is best way to convert desktop app to web app? Pin
JongchanAhn22-Jul-10 15:34
JongchanAhn22-Jul-10 15:34 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy27-Jul-10 9:48
bobishkindaguy27-Jul-10 9:48 
GeneralRe: What is best way to convert desktop app to web app? Pin
MatrixDud22-Jul-10 5:46
MatrixDud22-Jul-10 5:46 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy22-Jul-10 7:05
bobishkindaguy22-Jul-10 7:05 
GeneralRe: What is best way to convert desktop app to web app? Pin
MatrixDud23-Jul-10 4:37
MatrixDud23-Jul-10 4:37 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy27-Jul-10 9:56
bobishkindaguy27-Jul-10 9:56 
AnswerRe: What is best way to convert desktop app to web app? Pin
Ray Cassick21-Jul-10 11:37
Ray Cassick21-Jul-10 11:37 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy21-Jul-10 12:31
bobishkindaguy21-Jul-10 12:31 
Thanks, Ray, good question.
1. Many of the orgs that buy my product are (or pretending they are) moving towards standardizing on browser apps only.
2. The system is already client/server, and client and server communicate information with each other in real time using .NET Remoting. If all the processing were done on the server side, I think the remoting could be done away with, which would be a generally good thing since tcp packets flying around are sometimes interfered with by firewalls, etc.
3. Users could use the client from home instead of exclusively on their workstations (without RDC or TeamViewer etc).


Ray Cassick wrote:
You might get more value by simply migrating parts of the application engine over to Dotnet instead.


This second point is what other friends have been posting. I think I could work towards this goal by moving more of the functionality to the server component, although when I think of just what functionality could move, I'm left with significant business rules etc that I enforce right in the windows form. I guess even that could migrate...

I would still have a windows form app, though, but one benefit there would be a skinnier app, and of course, it would force me to get closer to the browser concept. Just thinking out loud, my UI is somewhat rich- glow buttons, enhanced datagrid allowing column selection, custom columns, export to excel. If I were starting over, no doubt most of what I have just mentioned would end up on the server side.

I still come back to - use what? Silverlight/VS2010/.NET4/? Does Silverlight do what ajax does, slightly more real time interactivity without a page refresh? Should I start using expression studio to design my UI, or does VS 2010 have everything a windows form guy needs without resorting to using more than one environment? I'd go to school again, but need food so I can program. Smile | :)

Thanks again for your time in considering my situation, I really appreciate it.
Bob
____________________________________________________________________________________
The Vulcan Science Directorate has determined that time travel is impossible.

GeneralRe: What is best way to convert desktop app to web app? Pin
Mycroft Holmes21-Jul-10 13:02
professionalMycroft Holmes21-Jul-10 13:02 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy21-Jul-10 21:13
bobishkindaguy21-Jul-10 21:13 
GeneralRe: What is best way to convert desktop app to web app? Pin
Mycroft Holmes21-Jul-10 21:39
professionalMycroft Holmes21-Jul-10 21:39 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy22-Jul-10 5:43
bobishkindaguy22-Jul-10 5:43 
GeneralRe: What is best way to convert desktop app to web app? Pin
Mycroft Holmes22-Jul-10 12:20
professionalMycroft Holmes22-Jul-10 12:20 
GeneralRe: What is best way to convert desktop app to web app? [modified] Pin
bobishkindaguy22-Jul-10 5:46
bobishkindaguy22-Jul-10 5:46 
GeneralRe: What is best way to convert desktop app to web app? Pin
peterchen22-Jul-10 5:01
peterchen22-Jul-10 5:01 
GeneralRe: What is best way to convert desktop app to web app? Pin
Ray Cassick22-Jul-10 5:11
Ray Cassick22-Jul-10 5:11 
GeneralRe: What is best way to convert desktop app to web app? Pin
peterchen23-Jul-10 20:08
peterchen23-Jul-10 20:08 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy22-Jul-10 5:53
bobishkindaguy22-Jul-10 5:53 
GeneralRe: What is best way to convert desktop app to web app? Pin
peterchen23-Jul-10 20:05
peterchen23-Jul-10 20:05 
GeneralRe: What is best way to convert desktop app to web app? Pin
Ray Cassick24-Jul-10 3:29
Ray Cassick24-Jul-10 3:29 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy27-Jul-10 10:06
bobishkindaguy27-Jul-10 10:06 
AnswerRe: What is best way to convert desktop app to web app? Pin
MattRhoades22-Jul-10 2:22
MattRhoades22-Jul-10 2:22 
GeneralRe: What is best way to convert desktop app to web app? Pin
kmoorevs22-Jul-10 4:54
kmoorevs22-Jul-10 4:54 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy22-Jul-10 6:02
bobishkindaguy22-Jul-10 6:02 
GeneralRe: What is best way to convert desktop app to web app? Pin
bobishkindaguy22-Jul-10 5:57
bobishkindaguy22-Jul-10 5:57 

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.