Share via

Visual Studio and Visual Basic

DPA 5 Reputation points
2026-06-15T12:23:07.75+00:00

Hi.  I would like to write Visual Basic programs in Visual Studio.

 

I have read documentation on .NET, Visual Basic and Visual Studio.  I am confused.

 

Questions?  What is the relationship between Visual Basic and Visual Studio?  When the free, Community version of Visual Studio is downloaded, is Visual Basic included?  Or does Visual Basic have to be purchased and installed separately?

 

Thanks.

Developer technologies | Visual Studio | Setup
0 comments No comments

2 answers

Sort by: Most helpful
  1. DPA 5 Reputation points
    2026-06-15T12:28:38.9166667+00:00

    Thanks for the information. I will download/install the free, Community version of Visual Studio and go from there. FYI.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-06-15T12:23:20.32+00:00

    Visual Basic is a programming language; Visual Studio is the integrated development environment (IDE) used to write, build, debug, test, and deploy applications in languages such as Visual Basic, C#, and others.

    Visual Studio provides the tools around the language: code editor, designers, compilers, debuggers, source control integration, and project templates. Visual Basic itself (the compiler, language services, templates) is delivered as part of Visual Studio via workloads, not as a separate paid product in this scenario.

    When the free Visual Studio Community edition is downloaded and installed, Visual Basic support is available at no extra cost. During installation, select the .NET desktop development workload so that Visual Basic project templates (such as console apps and Windows Forms apps) and the necessary tooling are installed.

    Visual Basic does not need to be purchased or installed separately when using Visual Studio Community; everything needed to write Visual Basic apps is included once the appropriate workload is chosen.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.