|
-
Jul 4th, 2003, 09:31 AM
#1
Thread Starter
Addicted Member
microsoft visual studio .net 2003 enterprise
i was looking into getting a program called:
microsoft visual studio .net 2003 enterprise
is this the same as
microsoft visual basic 6.0 enterprise
but only a newer version? or is it a different programming language?
should i get that product or is it worth sticking with what i have?
thanx
-
Jul 4th, 2003, 01:42 PM
#2
PowerPoster
VS .NET contains 4 languages, Visual Basic .NET, Visual C#, Visual C++ and Visual J#. They all compile to the same intermediate language and they all use the same .NET Framework rather than the old API. If you wanted to you could write part of your project in VB and part in C++, that sort of thing. VB .NET is a very different animal to VB6, it's now truly object oriented, and there are some big changes. Overall, though, I think it's a vast improvement.
-
Jul 4th, 2003, 02:28 PM
#3
Monday Morning Lunatic
C++ doesn't have to, it can, but you wouldn't normally use it for .NET programming.
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
-
Jul 6th, 2003, 08:33 AM
#4
Thread Starter
Addicted Member
yes but do i need to learn more, or can i still code as i would using visual basic 6?
-
Jul 6th, 2003, 08:52 AM
#5
Monday Morning Lunatic
VB.NET is a long way from VB6, you're almost better off just learning C#, its probably easier.
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
-
Jul 7th, 2003, 05:54 AM
#6
Thread Starter
Addicted Member
whats the difference between, enterprise, architect and proffessional because i believe all 3 are on the market and i dunno what to go for or what the difference is.
-
Jul 8th, 2003, 07:22 AM
#7
VB.NET is a long way from VB6, you're almost better off just learning C#, its probably easier.
Not if you are a VB programmer as they are not used to having to put a semi colon after each line; nor case sensistive VaRiable names...
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
|