473,698 Members | 1,952 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Why did Microsoft Ruin Visual Basic?

Visual Studio .NET is not more efficient to write than
VB6. I can write a VB6 App at least twice as fast as
in .NET. Why did Microsoft ruin the syntax advantage of
VB6 in .NET?
Jul 21 '05 #1
44 2081
BGD
I disagree. I have been using VB since the first beta was released more than
12 years ago and I love the changes and the fact that it is now a true
object oriented language. I also program in Java, C++ and Delphi, and I
always wished that VB had the object oriented features that the other
languages did, and now it does!

I do most of my programming in C# now and it is a great language. In most
programs C# and VB.NET perform about the same, but I have some application
where C# clearly performs better. It is a matter of chosing the right
tool/language for the right project...
"Truble" <an*******@disc ussions.microso ft.com> wrote in message
news:06******** *************** *****@phx.gbl.. .
Visual Studio .NET is not more efficient to write than
VB6. I can write a VB6 App at least twice as fast as
in .NET. Why did Microsoft ruin the syntax advantage of
VB6 in .NET?

Jul 21 '05 #2
I disagree too, VB is not ruined. If you now how to use the new features
(e.g. OO), you can write faster and produce better code in VB.NET.
--
Greetz,
Jan
_______________ _______________ ____
Read my weblog: http://weblogs.asp.net/jan
"BGD" <tb******@hotma il.com> schreef in bericht
news:%2******** *******@tk2msft ngp13.phx.gbl.. .
I disagree. I have been using VB since the first beta was released more than 12 years ago and I love the changes and the fact that it is now a true
object oriented language. I also program in Java, C++ and Delphi, and I
always wished that VB had the object oriented features that the other
languages did, and now it does!

I do most of my programming in C# now and it is a great language. In most
programs C# and VB.NET perform about the same, but I have some application
where C# clearly performs better. It is a matter of chosing the right
tool/language for the right project...
"Truble" <an*******@disc ussions.microso ft.com> wrote in message
news:06******** *************** *****@phx.gbl.. .
Visual Studio .NET is not more efficient to write than
VB6. I can write a VB6 App at least twice as fast as
in .NET. Why did Microsoft ruin the syntax advantage of
VB6 in .NET?


Jul 21 '05 #3
Sorry Mate, I don't agree. There's a lot of stuff that you can do in VB.net
with a single line of code that would take you a long time to achieve in VB6
(e.g. Inheritance)

I'll admit, it's a bit trickier to handle forms and stuff because there's no
default instances anymore (there's nothing to stop you creating a shared
default instance though), but for the most part VB.net is a lot more
powerful, if a bit daunting because of the size of the framework.

I don't think you should look at it from the point of view that Microsoft
have ruined VB. In my humble opinion VB.net is *not* the next version of
VB6 - its a totally new language which just happens to share some syntax
with VB6.

Thanks for your thoughts though.

Trev.
"Truble" <an*******@disc ussions.microso ft.com> wrote in message
news:06******** *************** *****@phx.gbl.. .
Visual Studio .NET is not more efficient to write than
VB6. I can write a VB6 App at least twice as fast as
in .NET. Why did Microsoft ruin the syntax advantage of
VB6 in .NET?

Jul 21 '05 #4
Truble <an*******@disc ussions.microso ft.com> wrote:
Visual Studio .NET is not more efficient to write than
VB6. I can write a VB6 App at least twice as fast as
in .NET. Why did Microsoft ruin the syntax advantage of
VB6 in .NET?


You being able to write a VB6 app twice as fast as you can write the
equivalent in VB.NET doesn't mean that VB.NET isn't as efficient - it
may well just mean that you're more proficient in VB6.

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #5
Why use .NET when you're not forced to. Personally speaking I wish MS had
not bothered converting VB into VB.NET :)

"Truble" <an*******@disc ussions.microso ft.com> wrote in message
news:06******** *************** *****@phx.gbl.. .
Visual Studio .NET is not more efficient to write than
VB6. I can write a VB6 App at least twice as fast as
in .NET. Why did Microsoft ruin the syntax advantage of
VB6 in .NET?

Jul 21 '05 #6
It's obvious that you haven't explored VB.NET enough yet to see the
tremendous improvements to the language. Yes, it is true that you may have
to write more code than in the past, but you have so much more control over
applications and classes that this is well worth it.
"Truble" <an*******@disc ussions.microso ft.com> wrote in message
news:06******** *************** *****@phx.gbl.. .
Visual Studio .NET is not more efficient to write than
VB6. I can write a VB6 App at least twice as fast as
in .NET. Why did Microsoft ruin the syntax advantage of
VB6 in .NET?

Jul 21 '05 #7
Well, that's really the thing...MS didn't "convert" anything:

VB.NET is not VB 7, it's a whole new programming language that shares some
of the coding constructs that VB 6 had.
ASP.NET is not "Classic ASP", the similarity in their names is about the
only thing they have in common.
VS.NET is not VS 7.0. While having some of the features of VS 6, VS.NET is
vastly improved and allows for a consitent approach to application
development.
"Adam" <ad**@nospam.co m> wrote in message
news:un******** ******@tk2msftn gp13.phx.gbl...
Why use .NET when you're not forced to. Personally speaking I wish MS had
not bothered converting VB into VB.NET :)

"Truble" <an*******@disc ussions.microso ft.com> wrote in message
news:06******** *************** *****@phx.gbl.. .
Visual Studio .NET is not more efficient to write than
VB6. I can write a VB6 App at least twice as fast as
in .NET. Why did Microsoft ruin the syntax advantage of
VB6 in .NET?


Jul 21 '05 #8
Actually VB.Net IS VB7 check your install directory.
"Scott M." <s-***@BADSPAMsnet .net> wrote in message
news:uS******** *****@TK2MSFTNG P11.phx.gbl...
Well, that's really the thing...MS didn't "convert" anything:

VB.NET is not VB 7, it's a whole new programming language that shares some
of the coding constructs that VB 6 had.
ASP.NET is not "Classic ASP", the similarity in their names is about the
only thing they have in common.
VS.NET is not VS 7.0. While having some of the features of VS 6, VS.NET is vastly improved and allows for a consitent approach to application
development.
"Adam" <ad**@nospam.co m> wrote in message
news:un******** ******@tk2msftn gp13.phx.gbl...
Why use .NET when you're not forced to. Personally speaking I wish MS had not bothered converting VB into VB.NET :)

"Truble" <an*******@disc ussions.microso ft.com> wrote in message
news:06******** *************** *****@phx.gbl.. .
Visual Studio .NET is not more efficient to write than
VB6. I can write a VB6 App at least twice as fast as
in .NET. Why did Microsoft ruin the syntax advantage of
VB6 in .NET?



Jul 21 '05 #9
m
> Actually VB.Net IS VB7 check your install directory.

We all know that version numbers for major applications are nothing but a
marketing tool.

They could have called it ".Net Studio Version 1.0", but then they would
risk loosing the "Brand Name" of "Visual Studio"

The fact that it's called VB7 is trivial. Earlier versions of VB pretty much
had the same underpinnngs(ig noring the change from 16bit to 32bit). VB.Net
is a different product than VB6.
"solex" <so***@nowhere. com> wrote in message
news:%2******** **********@TK2M SFTNGP12.phx.gb l...
Actually VB.Net IS VB7 check your install directory.
"Scott M." <s-***@BADSPAMsnet .net> wrote in message
news:uS******** *****@TK2MSFTNG P11.phx.gbl...
Well, that's really the thing...MS didn't "convert" anything:

VB.NET is not VB 7, it's a whole new programming language that shares some
of the coding constructs that VB 6 had.
ASP.NET is not "Classic ASP", the similarity in their names is about the
only thing they have in common.
VS.NET is not VS 7.0. While having some of the features of VS 6, VS.NET

is
vastly improved and allows for a consitent approach to application
development.
"Adam" <ad**@nospam.co m> wrote in message
news:un******** ******@tk2msftn gp13.phx.gbl...
Why use .NET when you're not forced to. Personally speaking I wish MS

had not bothered converting VB into VB.NET :)

"Truble" <an*******@disc ussions.microso ft.com> wrote in message
news:06******** *************** *****@phx.gbl.. .
> Visual Studio .NET is not more efficient to write than
> VB6. I can write a VB6 App at least twice as fast as
> in .NET. Why did Microsoft ruin the syntax advantage of
> VB6 in .NET?



Jul 21 '05 #10

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

Similar topics

44
1222
by: Truble | last post by:
Visual Studio .NET is not more efficient to write than VB6. I can write a VB6 App at least twice as fast as in .NET. Why did Microsoft ruin the syntax advantage of VB6 in .NET?
0
8598
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
9016
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
8856
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
7709
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...
0
5858
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
4613
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3037
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
2
2321
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
1997
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.