G
Guest
I'm an experience programmer. I don't know visual basic but I want to learn VB.Net. Do I need to learn VB before learning VB.Net
TIA
Mar.
TIA
Mar.
* "=?Utf-8?B?TWFyZ2FyaXRhOTM=?= said:I'm an experience programmer. I don't know visual basic but I want to learn VB.Net. Do I need to learn VB before learning VB.Net?
I feel much release when seeing you answer Could you explain to me a little more if VB and VB.Net has any related language? Why call VB and VB.Net if they are not related language?
TIA
little more if VB and VB.Net has any related language? Why call VB andMargarita93 said:I feel much release when seeing you answer Could you explain to me a
I feel much release when seeing you answer Could you explain to me a little more if VB and VB.Net has any related language? Why call VB and VB.Net if they are not related language?
TIA
learn VB.Net. Do I need to learn VB before learning VB.Net?Margarita93 said:I'm an experience programmer. I don't know visual basic but I want to
I feel much release when seeing you answer Could you explain to me a little more if VB and VB.Net has any related language? Why call VB and VB.Net if they are not related language?
TIA
Herfried's right. VB and VB.NET are completely different. I have often
wondered why it is called "VB.NET"... but I suppose it is Visual.. and
it is [quite] Basic.
VB and VB.NET are unrelated as languages, but are related in what they
try to do. Basically, VB.NET is object-oriented (and does a very good
job at it - beats Java and C++ hands-down). VB tried to implement OO,
but it was essentially a hack.
I'm an experience programmer. I don't know visual basic but I want to learn VB.Net. Do I need to learn VB before learning VB.Net?
TIA,
Mar.
I feel much release when seeing you answer Could you explain to me a little more if VB and VB.Net has any related language? Why call VB and VB.Net if they are not related language?
TIA
Herfried's right. VB and VB.NET are completely different. I have often
wondered why it is called "VB.NET"... but I suppose it is Visual.. and
it is [quite] Basic.
Bull. VB.CLASSIC and VB.NET are very much related. They are different,
but looking at them side-by-side they obviously have similar roots.
True, except that they are related - and they certainly don't beet Java
and C++ hands down as OO languages.
I recall the same question asked about C and C++.
There were those who said you had to know C in order to learn C++ and those
who said you didn't need to learn C, C++ was its own language.
I was surprised to see this argument about VB and VB.Net.
Just for the record, my opinion is that knowing VB is not required.
On Tue, 23 Mar 2004 11:36:06 -0800, "Margarita93"
I feel much release when seeing you answer Could you explain to me a little more if VB and VB.Net has any related language? Why call VB and VB.Net if they are not related language?
TIA
Herfried's right. VB and VB.NET are completely different. I have often
wondered why it is called "VB.NET"... but I suppose it is Visual.. and
it is [quite] Basic.
Bull. VB.CLASSIC and VB.NET are very much related. They are different,
but looking at them side-by-side they obviously have similar roots.
Ok, I'll give you that there are similarities. Of course, you can
write code that looks very similar indeed, but that code wouldn't
exactly be making the best use of the technology. But wouldn't you
agree that learning VB.CLASSIC would in no way help learining VB.NET?
Java (not including the latest beta) doesn't support shadowing or
strong typing. Both are key to decent OO. The absence of "freind" also
reduces the possiblities in developing strong domain objects.
You definitely do not need to know previous versions of VB to learn VB.NET. It's a totally new language with new syntax and methods for doing everything.
I'm finding it a pain in the neck trying to convert to VB.NET because I already knew previous versions very well. I was (am) still stuck in my old ways I guess. I can see the advantages of VB.NET but I sure do miss some things about VB6. The design environment in VB6 is WAY BETTER than VB.NET.
It's just a new technology we have to learn to keep up with the Jones'
David
the fact that a forms code module is one long code module separated by linesDavid said:Absolutely.
1) The code modules are separate and organized much better. I do not like
controls. Moving controls and placing them on a form is a pain in the ass2) In VB6, there is better control in the design environment over the
two different forms/modules at the same friggin time.3) I would really like to be able to view two different procedures from
in the long run. VB.NET is obviously a better language but the IDE isI'm certain I will become more comfortable with the way VB.NET does things
David
VB.NET. It's a totally new language with new syntax and methods for doingDavid said:You definitely do not need to know previous versions of VB to learn
already knew previous versions very well. I was (am) still stuck in my oldI'm finding it a pain in the neck trying to convert to VB.NET because I
It's just a new technology we have to learn to keep up with the Jones'
David
Hi Tom,
I do much agree with Andy, a lot of people think in my opinion that C means
OO and what is OO in C is OO. Definitialy, C++ was a greath step to realize
polyphorisme and inherritance. In vb.net and C# you are using inherriterance
while you are not even thinking about it.
The way C++ is using pointers to archieve some things is in a way for me the
same as Cobol is using redefines.
I think that progress goes on and that VB.net (and C#) beats those old
languages.
Just my thought,
Cor
Hi Tom,features when it comes to the 3 pillars.