|
-
Mar 13th, 2002, 09:42 PM
#1
Thread Starter
Junior Member
Advantages of VB .NET and...
Are there really any advantages to VB .NET. Sure, some things are easier but is there any advantage? And, how do I connect to a local database? I can't seem to find the "Data" control in VB .NET.
-
Mar 13th, 2002, 09:48 PM
#2
Frenzied Member
the only advantage vb has is it lets you write bad code (by that i mean it lets you do things and in the backend it fixes your errors...)
as far as speed, there is no advantage in vb.net over the others as all use the same runtimes
-
Mar 14th, 2002, 04:12 AM
#3
Lively Member
That's a good question and I suppose the answer depends on what your application is. I personally believe that VB6/VC++6 are pretty much tops for desktop apps, despite all the hubbaloo about .NET. But .NET is probably better for large-scale cutting-edge web-based solutions.
Aww screw it. I didn't really want to fool with it anymore anyhow.
-
Mar 14th, 2002, 09:39 AM
#4
Do not listen to kovan..he is trying to get everyone to C#!! Bad kovan...::smack
LOL
Advantages of VB .NET over VB6 is what I assume you are asking.
It is a full Object Oriented Language now giving you
Inheritance
Polymorphism
Overloading
And other nice features such as
True Multithreading
Slightly Cleaner syntax than VB6
Namespaces
No more dll hell.
And tons more I cant really think of right now...
-
Mar 14th, 2002, 11:34 AM
#5
Frenzied Member
-
Mar 14th, 2002, 12:53 PM
#6
Hyperactive Member
Of course there's plenty of web based stuff in .net that wasn't even possible before. But, even without all that internet crap the .net framework allows one to build far superior applications compared to VB6.
And, even with nothing new, the development IDE would be reason enough to change.
And, ADO.net is such a huge improvement on ADO. Sadly, I just started a project with the old ADO and I'm torn between redoing the whole thing in .net and scrapping the work I've already done...
If I had my choice today, I wouldn't write another line of code in VB6. .net is that much better. Until you've created a few real projects in .net you won't realize how much better. But, once you have, you will never want to go back!!!
(Even for those C++ holdouts, the vc++ 7 is a big step up from cv++ 6, and the ATL wizards actually work now.)
-scott
he he he
-
Mar 14th, 2002, 05:25 PM
#7
New Member
Well I think the most useful thing is the MSIL, intermediate language .. just my thoughts ..
Nico
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
|