Upgrading from VB6 - Direction

G

Guest

Hello all. We are trying to decide if we want to rewrite our applications in
VB.Net or ASP.Net. What factors need to be considered to making this
decision? Such as what items would we want to look for in each VB6 app to
determine if it could be written in ASP.Net and just go everything web
application based. Thanks all. We are trying to determine if we have a
mixed environment of VB.Net and ASP or try to shoot for all ASP.Net Web apps.
 
P

Peer Reynders

Mike M said:
Hello all. We are trying to decide if we want to rewrite our applications in
VB.Net or ASP.Net. What factors need to be considered to making this
decision? Such as what items would we want to look for in each VB6 app to
determine if it could be written in ASP.Net and just go everything web
application based. Thanks all. We are trying to determine if we have a
mixed environment of VB.Net and ASP or try to shoot for all ASP.Net Web apps.

For a quick overview of the Windows Forms/ASP.NET UI
features see:

Application Architecture for .NET: Designing Applications
and Services: Designing the Components of an Application or
Service

"Designing User Interface Components"
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/AppArchCh2.asp

or pages 17 through 24 in the document:
http://www.microsoft.com/downloads/...09-7AE3-4942-B466-CC778A3BAB34&displaylang=en


Before you jump on the Web-App band-wagon consider these:

The Diminishing Importance of HTML
http://www.west-wind.com/presentations/Editorials/DiminishingImportanceOfHTML.asp

Return of the Rich Client: Code Access Security and
Distribution Features in .NET Enhance Client-Side Apps
http://msdn.microsoft.com/msdnmag/issues/02/06/rich/default.aspx

Smart Client Application Model and the .NET Framework 1.1
http://msdn.microsoft.com/netframework/programming/winforms/smartclient.aspx

Return of the Rich Clients
http://msdn.microsoft.com/netframework/programming/winforms/richclient.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top