3
3Cooks
I have a windows application written in Visual Basic 6.0 that is going
to be redeveloped in dotNET. We are trying to decide if we should
deploy using Webforms or Winforms and I need advice from someone who is
not on my team.
The VB 6.0 application is used by approximately 100 users. All users
reside in-house. There is an existing external website that will use
some of the same components but the two applications are separate.
The VB 6.0 application is backed by SQL Server. Users view data,
update, delete data via the front end. The data is all real time.
We are considering using Webforms for a few reasons. The industry
seems to be headed towards web development. If the user's desktop
applications move to Webforms, we want our application to mimic the
applications they use most often. I am thinking of the Office Suite of
applications, Outlook, etc. I have been told by a colleague (who is
very biased) that Microsoft is going to move all of their desktop
applications to the web. Webforms are much easier to deploy than
Winforms (especially since we will be using VS 2003 not 2005. Our 2.0
framework won't be delivered to the web servers in time for VS 2005).
I have been told by another colleague that this is not a true statement
and that we should stay with Winforms. We would not have to manage
state if we used Winforms. We would probably have a richer UI,
although our application is not flashy (or Flashy).
The team is made up of mostly VB developers. We have a couple of people
who are web developers and one person with .NET experience. The rest
of us will be learning .NET.
Can anyone give me some advice or tell me how to base my decision?
I appreciate it very much.
to be redeveloped in dotNET. We are trying to decide if we should
deploy using Webforms or Winforms and I need advice from someone who is
not on my team.
The VB 6.0 application is used by approximately 100 users. All users
reside in-house. There is an existing external website that will use
some of the same components but the two applications are separate.
The VB 6.0 application is backed by SQL Server. Users view data,
update, delete data via the front end. The data is all real time.
We are considering using Webforms for a few reasons. The industry
seems to be headed towards web development. If the user's desktop
applications move to Webforms, we want our application to mimic the
applications they use most often. I am thinking of the Office Suite of
applications, Outlook, etc. I have been told by a colleague (who is
very biased) that Microsoft is going to move all of their desktop
applications to the web. Webforms are much easier to deploy than
Winforms (especially since we will be using VS 2003 not 2005. Our 2.0
framework won't be delivered to the web servers in time for VS 2005).
I have been told by another colleague that this is not a true statement
and that we should stay with Winforms. We would not have to manage
state if we used Winforms. We would probably have a richer UI,
although our application is not flashy (or Flashy).
The team is made up of mostly VB developers. We have a couple of people
who are web developers and one person with .NET experience. The rest
of us will be learning .NET.
Can anyone give me some advice or tell me how to base my decision?
I appreciate it very much.