What is Visual Basic .NET written in?
What Visual Basic .NET is used for
Visual Basic .NET is an approachable language for business applications on the .NET platform, common in enterprise line-of-business and internal Windows software.
Notable use: corporate Windows applications and Office-adjacent automation.
Quick Facts
- Designed by
- Microsoft
- First released
- 2002
- Typing
- static
- License
- Apache Software License 2.0
- Filename extension
- .vb
About Visual Basic .NET
Visual Basic .NET is a programming language for .NET. It is a statically typed language that compiles to bytecode that runs on a virtual machine. It supports object-oriented and imperative programming. Compiling to bytecode for a virtual machine is the same model the JVM and .NET use: the VM, not the CPU, interprets or JIT-compiles the bytecode.
Visual Basic .NET first appeared in 2002 and was designed by Microsoft.
How Visual Basic .NET is implemented
In the Language Lineage dataset, its compiler is written in C#.
Visual Basic .NET in the language family tree
Visual Basic .NET drew on ideas from BASIC.
Sources: Wikipedia · Wikidata · Official site
Frequently Asked Questions
Evidence Sources
- https://github.com/dotnet/roslyn
- https://en.wikipedia.org/wiki/Visual_Basic_.NET
- Visual Basic .NET on Wikipedia
- Visual Basic .NET on Wikidata (Q50077)