Results 1 to 2 of 2

Thread: Windows Application to Web Application

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2004
    Location
    Kolkata, India
    Posts
    290

    Windows Application to Web Application

    Hi,

    I have to deloped a windows application using vb.net and sql server 2005 but client I it should be Web Application after 1 years.

    Can Anybody suggest what method I can use to develop the windows application so that after one year I have spent less effort to move to web application from current windows application.



    Thanks

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: Windows Application to Web Application

    If you have created it with the presentation (UI) logic separate to the business rules and data access then you can simply create a new presentation tier and it will slip in seamlessly. If you haven't then you will have to basically start from scratch. You will likely be able to copy and paste some code from the old project into the new but it's impossible for us to say how much without having seen the project. It's exactly for reasons like this that building apps in discrete layers is advisable.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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