Visual Basic

Visual Basic

Easy, Intuitive Programming

First appeared: 1991Designed by: Microsoft

A legacy-friendly event-driven language by Microsoft with a RAD visual designer for building Windows applications.

Links

Paradigm

OOPEvent-driven

Hello, World

Module Module1
  Sub Main()
    Console.WriteLine("Hello, World!")
  End Sub
End Module

About

Released by Microsoft in 1991. VB6 (1998) was the final COM-based version before .NET. VB.NET was succeeded by continued .NET support.

Type system: Static

Ecosystem

Package Managers
NuGet
Frameworks
.NETWindows FormsWPF

Learning Resources

Microsoft Visual Basic docs