473,831 Members | 2,278 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Why migrate an application from VB6 to .NET

Hello all,

we have build a big application with VB6.

Now I prefer to migrate to .NET. Maybe step by step.

Therefore I'am looking for good arguments to persuade my boss.

So what are the most important reasons for migrating a application from
VB6 to .NET?

Thanks in advance.

Best regards.

Oct 25 '05 #1
13 2092
Some oneliners that hopefully will give you some hints

Better development environment
The development environment is pretty mature and with lot of features.
Although not radically different than VS 6 it has lots of improvements.

Webservices
You can create and consume webservices with ease. This way you can
provide cross-platform compatible communication with your application.

Enterprise Serviced Components
You can leverage the power of the provided services and build
enterprise scalable applications easily.

Cleaner Development Model
Personally, I think that C# and OO provides a simpler and more robust
development model.

ADO.NET
A managed framework for accessing data. It's mostly data-source
agnostic, so it gives you a great deal of flexibility.

Support and compatibility issues
By developing an application (especially a big one) in VB6, you invest
in a technology that it's old. I don't know Microsoft plans about VB
support

Easier Installation
You have no DLL hell and you can deploy an application simply by XCopy.

Mono :)
There is an OpenSource implementation of the .Net framework that you
can use to develop cross-platform applications.

Fashion
Although it may sound funny lots of bosses like trendy technologies.

Oct 25 '05 #2
Others may be able to more persuasively extol the rich framework library, but
I prefer to approach it from this angle: VB6 is over 7 years old - why
wouldn't you want to keep up with technology? It's not going to get easier
to update if you wait longer.
--
David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB.NET to C# Converter
Instant VB: C# to VB.NET Converter
Instant C++: C# to C++ Converter
Instant J#: VB.NET to J# Converter

"Hennesey" wrote:
Hello all,

we have build a big application with VB6.

Now I prefer to migrate to .NET. Maybe step by step.

Therefore I'am looking for good arguments to persuade my boss.

So what are the most important reasons for migrating a application from
VB6 to .NET?

Thanks in advance.

Best regards.

Oct 25 '05 #3
My Favorite Reason

Your boss will find it easier and more cost effective to recruit high
quality developers in future, to enhavce and maintain a system writen in .net
than in an old technology.

Ben

"David Anton" wrote:
Others may be able to more persuasively extol the rich framework library, but
I prefer to approach it from this angle: VB6 is over 7 years old - why
wouldn't you want to keep up with technology? It's not going to get easier
to update if you wait longer.
--
David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB.NET to C# Converter
Instant VB: C# to VB.NET Converter
Instant C++: C# to C++ Converter
Instant J#: VB.NET to J# Converter

"Hennesey" wrote:
Hello all,

we have build a big application with VB6.

Now I prefer to migrate to .NET. Maybe step by step.

Therefore I'am looking for good arguments to persuade my boss.

So what are the most important reasons for migrating a application from
VB6 to .NET?

Thanks in advance.

Best regards.

Oct 25 '05 #4
Hennesey,

Two things not written.

It has probably the best IDE that there is ever build what improves your
speed to create better and nicer looking programs (better than any other Net
language by instance).

An endless amount of nice and common looking controls that you did not had
in VB6. You will miss some however see after a while that the ones you
missing are build than more logical in one.

The upgrade tools from VB6 to VBNet are still there and improved. I never
tested them in the version 2005. In VB2002 it was s**t, in VB2003 it was
usable, and they should be in VB2005 good.

Cleaner code than in VB6, (not all kind of escapes to make it you more easy
however making it in fact more difficult). It has the same development model
now as the languages C#. (Therefore I do not deal the sentence from Tasos
about this, however it is his opinon against mine and he is free to have
that).

And not the least. The dotnet languages newsgroups are with the excel
programmers newsgroup the most visited developers newsgroups from Microsoft.

Just some arguments

Cor

Oct 25 '05 #5
Cor Ligthert [MVP] <no************ @planet.nl> wrote:
Two things not written.

It has probably the best IDE that there is ever build what improves your
speed to create better and nicer looking programs (better than any other Net
language by instance).


Out of interest, Cor - which other IDEs have you used for significant
amounts of time?

I always use Eclipse as an example of an IDE which has been a long way
ahead of VS for a long time. It's had refactoring in it for years, and
it's not alone in that. It's got well-integrated unit testing. It's got
great support for Ant (the standard build too for Java). I wince when I
have to go back to developing C# code in VS.NET 2003 compared with
developing Java in Eclipse, despite preferring (by and large) C# as a
language. Eclipse doesn't have as many designers and the like (although
there are vast numbers of plugins available, some of which are
excellent and some of which are terrible).

VS 2005 has made huge strides, and I'm really looking forward to using
it at work - but even then, there are plenty of things I use every day
in Eclipse which just aren't available in VS 2005.

Now this is just comparing VS with Eclipse. There are plenty of Java
developers who tell me that Eclipse doesn't hold a candle to IDEA.
Although I've tried IDEA a couple of times, it's commercial and doesn't
seem to have enough "extras" in it to make it worth me (or my company)
stumping up money for it. I do take the claims of its proponents very
seriously though.

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Oct 25 '05 #6
Jon,

It started with what was for me a kind of real IDE from the Cobol 80 from
Microsoft (I thought that it was already with CPm). That became everytime
better. The last I used it was with I thought what was the Cobol 4 version
from Microsoft (it was than not Microsoft anymore, however the same
program).

Most people I knew did not want to use that IDE than because they where
sticked to what where in my opinion text editors.

I have used before that a kind of IDE as well on IBM 360/370 mainframes
although that where more texteditors with shortkeys to actions, however they
where given back information to what you can call the IDE but I never saw it
as that

I have used the VB6 IDE, and now I make a comparising between the C# IDE and
that from VBNet especially 2005. I just was making a little test in C# 2003
and had to build it twice to get rid of two errors in 8 lines of code (You
would have seen that I am a bad correct typer, I loose even letters in this
kind of messages where I often see afterwards that I have by instance typed
"the" instead of "they" and more of those things.).

The statement as I did "the best" I make of course as well what I have read
in these newsgroups.

The main reason I like more VBNet than C# is that behaviour of that IDE, for
the rest I see not really much difference. With the same IDE (including as
well as VBNet autotyping and corrections), I probably would prefer C# and
maybe import than the Visual Basic namespace for by instance those handy
convert functions.

I hope that it gives you an idea

Cor

I always use Eclipse as an example of an IDE which has been a long way
ahead of VS for a long time. It's had refactoring in it for years, and
it's not alone in that. It's got well-integrated unit testing. It's got
great support for Ant (the standard build too for Java). I wince when I
have to go back to developing C# code in VS.NET 2003 compared with
developing Java in Eclipse, despite preferring (by and large) C# as a
language. Eclipse doesn't have as many designers and the like (although
there are vast numbers of plugins available, some of which are
excellent and some of which are terrible).

VS 2005 has made huge strides, and I'm really looking forward to using
it at work - but even then, there are plenty of things I use every day
in Eclipse which just aren't available in VS 2005.

Now this is just comparing VS with Eclipse. There are plenty of Java
developers who tell me that Eclipse doesn't hold a candle to IDEA.
Although I've tried IDEA a couple of times, it's commercial and doesn't
seem to have enough "extras" in it to make it worth me (or my company)
stumping up money for it. I do take the claims of its proponents very
seriously though.

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too

Oct 26 '05 #7
Cor Ligthert [MVP] <no************ @planet.nl> wrote:

<snip>
The statement as I did "the best" I make of course as well what I have read
in these newsgroups.


Hmm. It seems a bit of a stretch to claim VS is "the best" IDE with
only a pretty limited experience - which is all most of us have,
frankly. (I've tried a few Java IDEs, VS.NET and VS5/6, but that's
about it.)

I only picked up on it really because I've seen so many people touting
VS.NET (2003, not 2005) as "the best" IDE without having experience of
other modern IDEs.

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Oct 26 '05 #8
There is no automatic way to completly migrate. Althought there are
some nice tools that assist in the process. You will have to know both
languages to successfully do the job right.

http://resumes.hotjobs.com/dearnomee/.netarchitectmgr
Jon wrote:
Cor Ligthert [MVP] <no************ @planet.nl> wrote:

<snip>
The statement as I did "the best" I make of course as well what I have read
in these newsgroups.


Hmm. It seems a bit of a stretch to claim VS is "the best" IDE with
only a pretty limited experience - which is all most of us have,
frankly. (I've tried a few Java IDEs, VS.NET and VS5/6, but that's
about it.)

I only picked up on it really because I've seen so many people touting
VS.NET (2003, not 2005) as "the best" IDE without having experience of
other modern IDEs.

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too


Oct 27 '05 #9
Jon,

As you write it is for me as saying that a *professional* carpenter limited
in his experience, when he tells that Stanley hammers and Stanley knives are
the "best" in that area, while there is so much more and cheaper on the
market that he has never used.

There will be more good and maybe even for some better hammers and imitation
Stanley knives. However there is much more that is crape.

Cor
Oct 27 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2317
by: Bon | last post by:
Hello all Would it be possible to migrate the MS Access 2000 to MS SQL Server 2000? My application is using MS Access 2000 as database and as user interface such as forms. Now, I want to migrate the backend database from MS Access 2000 to MS SQL Server 2000. However, I want to keep the MS Access 2000 interface. Would it be possible?
1
4589
by: Davor | last post by:
I have to migrate database from AIX DB2 to MS Sql Server 2000. In one table there is field with GIF image. I have tried with "Import/Export Data" wizard on SQL server to import that table. All other fields are successfully migrated except for that field with gif image (I get only "GIF89A" as value in that field on MS SQL). Also, "Import/Export Data" wizard on SQL server "sees" that field as LONG VARCHAR???? (isn't this supposed to be...
4
2126
by: nikki | last post by:
Please guide me , Is there any migration tool or a way to migrate VBA project into VB. Thanks
1
1032
by: Johannes St. | last post by:
hello, description of my problem: i have a .net windows application (written with c#) and i want to migrate / integrate my .net application to my access application. is there a possibility to integrate the .net application like an OCX component?. please write back as soon as possible.
0
2231
by: ad | last post by:
I have used Data Application Access Block2 in my web application. Now I download the Library Data Access Application Block. and read the document. May be I am stupid, I can't migrate it to Enterprise Library Data Access Application Block. The code below is the Data Application Access Block 2, How can I modified them? //---------------using Data Application Access Block
6
1485
by: Jeffrey Todd | last post by:
I have a heavy investment in an ASP.NET Web application built on 1.1. I have read about a bunch of new features coming in ASP.NET 2.0, and I don't see that I need the *new* features. So, what would be some good reasons for me to switch to 2.0 if I don't need its new features. Are existing features enhansed? Is overall performance improved substantially? What would be some top benefits to migrate to 2.0 for someone who doesn't need the new...
6
2233
by: Shimon Sim | last post by:
Hi I am working on application that need to hold custom user information - Last and first name, email, some other domain related information. I used to create Base class for all my pages. The base class would have CurrentUser property that would hold customer class in session and that was fine for all my situations. Now ASP.NET 2.0 came and we have Profile property for pages that could be extended with configuration to have custom...
3
1332
by: VS | last post by:
I would like to know that is there any need to Migrate ASP 3.0 applications to ASP.NET Is there any Cease or end of lifecycle of products on ASP 3.0 and associated web based products announced by Microsoft, I have tried across all Microsoft sites for this information but not able to find any thing relevant
1
1232
by: Kaustav | last post by:
Hello, I need to migrate an existing ASP.NET application developed with VS.NET 2003 and framework ver 1.1 to ver 2.0 using VS.NET 2005. I have installed the Visual Studio 2005 Web Application Projects setup and followed the instructions. The migration runs fine. However I don't get to see the references folder which was available in my application using 1.1. Also I get a lot of type reference errors for Crystal Report objects. How do...
4
2105
by: Tony Girgenti | last post by:
Hello. I developed a VS.NET2003(VB), ASP.NET web application client program with ..NET Framework 1.1, ASP.NET 1.1, IIS 5.1 and WSE 2.0. I tried to migrate it to VS 2005 Pro(VB), Web Application Projects, .NET Framework 2.0, ASP.NET 2.0, IIS 5.1, WSE ?. Is WSE 3.0 required for VS 2005?
0
9642
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10778
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10538
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10210
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9319
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7750
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6951
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5622
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3967
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.