473,946 Members | 13,838 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
13 2102
Cor Ligthert [MVP] <no************ @planet.nl> wrote:
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.
And there are also probably more expensive ones too, just as there are
IDEs which are more expensive than VS as well as cheaper ones.
There will be more good and maybe even for some better hammers and imitation
Stanley knives. However there is much more that is crape.


Your analogy seems to be implying that all other IDEs imitate VS.NET.
In practice, VS has been playing catch-up for a few years - how long do
you think refactoring has been around, for instance?

However, the important thing for me is that if X is better than Y, then
X can't be "the best ever", however many things there are worse than
it. I wouldn't say I was the best programmer in the world just because
there are worse ones, so why should you try to apply that logic to
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 #11
Jon Skeet [C# MVP] wrote:
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.


Agreed, I've used a few different IDEs, and I actually like the VS2003
the best so far... haven't worked with 2005, but the "simplified " interface as
far as the name goes (for the standard, and express versions) kinda scares me
to be honest...

Also, for .net you can take a look at the #develop idea at
www.icsharpcode.com, it's pretty nice, doesn't really do web projects, but has
some nifty features that even VS doesn't have.

--
Michael J. Ryan - tracker1(at)the roughnecks(dot) net - www.theroughnecks.net
icq: 4935386 - AIM/AOL: azTracker1 - Y!: azTracker1 - MSN/Win: (email)
Nov 2 '05 #12
Michael J. Ryan (tracker1) <tr******@no.sp am--theroughnecks--
no.spam.net> wrote:
Jon Skeet [C# MVP] wrote:
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.


Agreed, I've used a few different IDEs, and I actually like the VS2003
the best so far... haven't worked with 2005, but the "simplified " interface as
far as the name goes (for the standard, and express versions) kinda scares me
to be honest...


I think you've misread my posts. VS.NET 2003 is horribly clunky
compared with Eclipse.

--
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
Nov 2 '05 #13
Jon,

You get forever more out of my messages than I in advance had even thought
about or have ever written in it.
And there are also probably more expensive ones too, just as there are
IDEs which are more expensive than VS as well as cheaper ones.
There will be more good and maybe even for some better hammers and
imitation
Stanley knives. However there is much more that is crape.
Your analogy seems to be implying that all other IDEs imitate VS.NET.
In practice, VS has been playing catch-up for a few years - how long do
you think refactoring has been around, for instance?

No I did not, I told you that I have used a kind of IDE before that
Microsoft exist so impossible that I told that it was an imitate of VS.Net
(read my replys better next time).
However, the important thing for me is that if X is better than Y, then
X can't be "the best ever", however many things there are worse than
it. I wouldn't say I was the best programmer in the world just because
there are worse ones, so why should you try to apply that logic to
IDEs?

*The best ever* is a real personal (subjective) expirience you can use an
election and even than you have forever very time related choose and miss
even by instance the death persons or the ones who are not yet born opinion.

So when I write "the best ever" than is it my personal opinion. If you
disagree that with me, feel free, if you think that you know better what is
"the best ever", than you have to be a ............... ...............

Just my thought,

Cor
Nov 2 '05 #14

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

Similar topics

4
2325
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
4598
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
2130
by: nikki | last post by:
Please guide me , Is there any migration tool or a way to migrate VBA project into VB. Thanks
1
1038
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
2236
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
1492
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
2238
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
1335
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
1236
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
2109
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
9975
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
11141
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10679
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
9873
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
8240
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
7403
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
6097
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...
1
4928
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3525
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.