Category:Visual Basic .NET: Difference between revisions

Content deleted Content added
Eriksiers (talk | contribs)
added collection tag (oops)
mention CLR, link to Mono VB.NET info
Line 8: Line 8:
From the [http://msdn.microsoft.com/en-us/vbasic/ Visual Basic Developer Center] website: "With Visual Basic, you can create applications for Windows, the Web, mobile devices, and Office on the .NET Framework". Visual Basic .NET makes it easy to create [[Windows]] form applications quickly and efficiently. The language is [[object-oriented]] and has unique features to speed development and deployment.
From the [http://msdn.microsoft.com/en-us/vbasic/ Visual Basic Developer Center] website: "With Visual Basic, you can create applications for Windows, the Web, mobile devices, and Office on the .NET Framework". Visual Basic .NET makes it easy to create [[Windows]] form applications quickly and efficiently. The language is [[object-oriented]] and has unique features to speed development and deployment.


Visual Basic .NET, like C# and other .NET languages, runs on the Microsoft [[wp:Common Language Runtime|Common Language Runtime]] VM.
Not to be confused with [[Visual Basic]], the original pre-.Net, implementation, which has only a passing resemblance to VB.Net.

Not to be confused with [[Visual Basic]], the original pre-.NET, implementation, which has only a passing resemblance to VB.NET.


==See Also==
==See Also==
* [[wp:Visual Basic .NET|Wikipedia: Visual Basic .NET]]
* [[wp:Visual Basic .NET|Wikipedia: Visual Basic .NET]]
* [http://msdn.microsoft.com/en-us/vbasic/ The Visual Basic Developer Center]
* [http://msdn.microsoft.com/en-us/vbasic/ The Visual Basic Developer Center]
* [http://www.mono-project.com/VisualBasic.NET_support Mono: VisualBasic.NET support] — running VB.NET on platforms other than Windows.