|
-
Jun 15th, 2001, 09:59 AM
#1
Thread Starter
Member
What's new in VB.NET?
I am a Visual Basic 6 developer, client-server applications. Can someone tell me what are the new things vb.net brings to developers?
Thanks.
-
Jun 15th, 2001, 10:08 AM
#2
Too much to list
but a couple are:
Inheritance
Multi Threaded
cross language mixing (write a class in C++, use it in VB)
Platform independent(meaning if Linux has the runtime, you can run a VB app on it)
check out
http://msdn.microsoft.net/net
for info
-
Jun 15th, 2001, 10:12 AM
#3
Frenzied Member
check VB-World . There is an article about this.
-
Jun 15th, 2001, 10:34 AM
#4
Thread Starter
Member
Thank you, Cander, for your answer.
I know you can get inheritance in VB6 with IMPLEMENTS statement. Is it something new in VB.net?
-
Jun 15th, 2001, 10:35 AM
#5
Hyperactive Member
true inheritance that exits in c++ and java does not exist in vb 6.
-
Jun 15th, 2001, 10:44 AM
#6
That is not true Inheritance, Only interface inheritance which is actually just about useless in most cases. With inheritance you get full access to the objects methods and properties instead of just its events.
-
Jun 15th, 2001, 10:51 AM
#7
Thread Starter
Member
Microsoft tells that theoretical (vertical) inheritance slow down the application when you are many levels; his (horizontal) VB inheritance, with IMPLEMENTS statements, is a good alternative.
By the way, does VB.NET use this vertical inheritance?
-
Jun 15th, 2001, 11:11 AM
#8
Black Cat
Microsoft tells that theoretical (vertical) inheritance slow down the application when you are many levels
Should that matter after its compiled? I would think that the compiler looks up the hierarchy while compiling, and optimizing it like it wan't inherited?
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Jun 15th, 2001, 11:33 AM
#9
Thread Starter
Member
Does VB.net has got this 'true' inheritance?
-
Jun 15th, 2001, 11:53 AM
#10
Hyperactive Member
There is also a forum on this site that specifically addresses .net issues. You may want to look there!
http://161.58.186.97/forumdisplay.php?s=&forumid=6
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
|