visual basic is the older version of visual basic .net
2006-12-04 14:36:22
·
answer #1
·
answered by KO 3
·
1⤊
0⤋
What's the difference between VB (Visual Basic ) and VB.NET ? There are some superficial resemblence between VB and VB.NET like it is so between C++ and Java, VB.NET is adaptation of BASIC to the use of 'Net programming.
When people say .NET programming do they mean VB.NET or is it another language ? Not necessary VB.NET, .NET is a frameworked runtime similar to Java, but Microsoft purposely made it flexible enough that any language can use it given a proper runtime layer, C++ C# VB Java JScript Python all had .NET programming treatment.
2006-12-04 15:05:23
·
answer #2
·
answered by Andy T 7
·
0⤊
0⤋
.NET is a group of languages using a common runtime. What that means is you can write programs in VB.NET, C#.NET, C++.NET or J#.NET, and they will all compile and run on a computer that has the .NET framework installed.
VB.NET, as mentioned earlier, is a newer version of Visual Basic. The constructs and syntax are fundamentally the same between the two, but VB.NET does do things somewhat differently than VB.
2006-12-04 14:52:11
·
answer #3
·
answered by Anonymous
·
2⤊
0⤋
basically, in new age, when people refer to VB, they are referring to VB.NET. VB was part of Visual Studio 6.0, .NET soon replaced it. I prefer using C# over VB. A lot of people use VB with classic asp.
2006-12-04 15:23:34
·
answer #4
·
answered by comn8u 4
·
0⤊
0⤋
The Microsoft .NET Framework is an environment for building, deploying, and running robust, scalable distributed applications. It resolves many of the problems faced by the current applications on the Windows platform, such as development, deployment, and administration
When people say .NET programming it does not necessarily mean Vb.net
it may be asp.net ,j#.net etc
2006-12-04 14:56:28
·
answer #5
·
answered by cmr 3
·
0⤊
0⤋
The main difference is OOPS concept.VB.NET support oops concepts so it is called object oriented programming language.But vb is not fully supported oops concept so it is called object based programming language.
2006-12-04 15:18:20
·
answer #6
·
answered by kartic03 2
·
0⤊
0⤋