Category:Visual Basic .NET: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Linkified)
m (Added link to C#)
 
(11 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{language|Visual Basic .NET
{{language|Visual Basic .NET}}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.
|exec=bytecode
|strength=strong
|checking=static
|parampass=both
|site=http://msdn.microsoft.com/en-us/vbasic/default.aspx
|gc=yes
|LCT=yes}}[[runs on vm::common language runtime| ]]{{language programming paradigm|Object-oriented}}{{collection|Visual Studio}}
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 sharp|C#]] and other .NET languages, runs on the Microsoft [[runs on vm::Common Language Runtime|Common Language Runtime]] VM.

Not to be confused with [[:Category:Visual Basic|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.

Latest revision as of 00:49, 6 August 2019

Language
Visual Basic .NET
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (bytecode)
Garbage collected: Yes
Parameter passing methods: By reference, By value
Type strength: Strong
Type checking: Static
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using Visual Basic .NET.
Visual Basic .NET is part of Visual Studio. You may find other members of Visual Studio at Category:Visual Studio.

From the 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 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.

See Also

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "Visual Basic .NET"

The following 200 pages are in this category, out of 403 total.

(previous page) (next page)
(previous page) (next page)