Click to See Complete Forum and Search --> : microsoft visual studio .net 2003 enterprise
1001beats
Jul 4th, 2003, 10:31 AM
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
SuperSparks
Jul 4th, 2003, 02:42 PM
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.
parksie
Jul 4th, 2003, 03:28 PM
C++ doesn't have to, it can, but you wouldn't normally use it for .NET programming.
1001beats
Jul 6th, 2003, 09:33 AM
yes but do i need to learn more, or can i still code as i would using visual basic 6?
parksie
Jul 6th, 2003, 09:52 AM
VB.NET is a long way from VB6, you're almost better off just learning C#, its probably easier.
1001beats
Jul 7th, 2003, 06:54 AM
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.
Merrion
Jul 8th, 2003, 08:22 AM
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...
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.