Results 1 to 9 of 9

Thread: [RESOLVED] Perhaps just winter boredom....

  1. #1

    Thread Starter
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951

    Resolved [RESOLVED] Perhaps just winter boredom....

    Has anyone taken a VB6 application and rewritten it using ASP.NET? Would it run more efficiently as a "group" of web pages rather than a large executable? I don't know anything about ASP, so I am just wondering.
    ===================================================
    If your question has been answered, mark the thread as [RESOLVED]

  2. #2
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Perhaps just winter boredom....

    Well, it depends on type of application. As you know Windows based (or desktop if you will) apps are much more flexible in terms of gui design so if you have complex gui then it's not a good idea to migrate to browser based application.
    If gui are not complex then it may make some sense if you need to do some major upgrade so it could be simpler to re-write the entire thing from scratch. But again, you will have to decide what's better for your business - borwser based app or windows based.

    In my opinion there is no absolute YES or NO in this case - you have to do lots of analisys and testing to see which approach is best under sircumstances.

  3. #3

    Thread Starter
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951

    Re: Perhaps just winter boredom....

    I was thinking in terms of:

    1. Not every user uses every part of the app.
    2. Only load up small "sub" apps rather than a 10mb exe file (of which not all is used).
    3. A GUI that people have grown used to.
    ===================================================
    If your question has been answered, mark the thread as [RESOLVED]

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Perhaps just winter boredom....

    Quote Originally Posted by RhinoBull
    you have to do lots of analisys and testing to see which approach is best under sircumstances.
    I couldn't have, and no one else could have, said it better.

    Perhaps whipping up a prototype would be beneficial before starting any hard core coding.

  5. #5
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Perhaps just winter boredom....

    10MB is nothing these nove days really. But you may give it the try by splitting you app into some smaller logical units first. The you may try prototyping to see how looks, navigates, performs (this one is more important then the others) vs the old destop app.

    ps, I think this thread "belongs" to a General Dev forum rather...

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Perhaps just winter boredom....

    Quote Originally Posted by RhinoBull
    ps, I think this thread "belongs" to a General Dev forum rather...
    Great minds think alike.

    Moved.

  7. #7

    Thread Starter
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951

    Re: Perhaps just winter boredom....

    It probably belongs elsewhere. However, since its root is in VB6, I thought this learned group may have "toyed" with the idea before.
    ===================================================
    If your question has been answered, mark the thread as [RESOLVED]

  8. #8
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Perhaps just winter boredom....

    If you are only worried about the memory usage, then the best thing to do is split parts of your Exe into DLL's/OCX's, and only load those parts as needed.

  9. #9

    Thread Starter
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951

    Re: Perhaps just winter boredom....

    True enough, I guess.
    ===================================================
    If your question has been answered, mark the thread as [RESOLVED]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width