|
-
May 4th, 2001, 06:59 PM
#1
Thread Starter
Fanatic Member
VB6 vs. VB.Net
Hello,
I don't know if this is true but I just talked to a consultant at QuickStart Technology today. QuickStart is one of America leading Microsoft Education Program. Anyway, the consultant or the professor there told me that VB.Net is very DIFFERENT from the current VB. Also, he said that VB.Net Beta1 will be different from VB.Net Beta2.
Has anyone played around with Beta1 yet? How much different is it?
I know he said that the naming convention for the file extentions are different.
Chemically Formulated As:
Dr. Nitro
-
May 4th, 2001, 08:54 PM
#2
Hyperactive Member
I have the Beta. I can tell you this:
There are numerous (I am still finding more) changes to the syntax
And intrinsic functions. There is no more Format,("Currency")
You have to set it to a float point variable (Like C++)
There are Long, Short, Float, and more. If you have not used C or C++ it will take some re schooling. The word on the street is vb6 will one day be gone, and all those nice apps we wrote will not compile in VB.Net.
 Mahalo 
VB6(SP5), VC++, COBOL, Basic, JAVA
MBA, MCSD, MCSE, A+
Computer Forensics
-
May 4th, 2001, 09:54 PM
#3
Frenzied Member
Personally I think they are going to far with this language. Just because they created it, they are coming out with new versions left and right! It's now just a race to learn the new versions of a language that isn't used much. I think instead of making all of these syntax changes, they should take out the runtimes!
-
May 5th, 2001, 06:50 AM
#4
Monday Morning Lunatic
If you don't want runtimes use C++, m80 
Anyway, .NET has about 8mb's worth of runtimes on it anyway, but since those will be an intrinsic part of the OS it won't be any trouble for the developer
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
May 5th, 2001, 03:50 PM
#5
Thread Starter
Fanatic Member
Parksie,
I heard that VB.Net can produce standalone exe.
Is that true?
Chemically Formulated As:
Dr. Nitro
-
May 5th, 2001, 05:27 PM
#6
Monday Morning Lunatic
As far as I can tell (I don't know from a fact) it appears that way. This could change past Beta 1, but it looks like as long as the .NET framework is installed (takes up a whole CD at the moment but will be with the OS) then there's no problem.
It looks like all the code is turned into an Intermediate Language anyway so they all use the same runtimes (common language runtimes).
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
May 6th, 2001, 02:23 AM
#7
Thread Starter
Fanatic Member
That is exactly what I heard too. It is running throught the same compiler or something like that.
I am installing VB.Net soon and will update you guys if I find anything different.
It is just such a pain in the rear because I spent days and nights for the past 4 years doing research on this language. Out of no where, total new concepts are introduce and other concepts are taken out.
Thanks Parksie
Chemically Formulated As:
Dr. Nitro
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|