|
-
Apr 10th, 2008, 05:16 AM
#1
Thread Starter
Hyperactive Member
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
-
Apr 10th, 2008, 05:22 AM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|