The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
The original Visual Basic was an integrated environment with an IDE. since vb.net (.net framework) its a separate language and a separate IDE. the current .net sdk is free to use. it includes the languages C#, F# and Visual Basic. you can download from here:
https://dotnet.microsoft.com/en-us/download
while you use any text editor and the .net cli to build and run applications, most devs want an ide. there are two common free ide
- Visual Studio Community. It is free if you meet the license requirements. (home use, small company, education or open source project). https://visualstudio.microsoft.com/vs/community/
- Visual Studio Code. While the editor is free, the .net debugger extension has the same license rules as Visual Studio Community