How to install Visual basic community

Microsoft provides an Integrated development environment to develop applications using .NET supported languages that is Visual basic community and it is free of cost.

  1. First Download Visual basic community from here.
microsoft 1

2.  Run the installer, a window would open up with a variety of options, choose appropriate options(in my case, I selected .NET Desktop Development )

microsoft 2
  1. Now, Open up your newly installed visual studio and choose a file from the menu bar, then press  ‘new’ tab and create a new project.
get started

4.  Select Console Application from the Visual C#, give a name to your project, that’s it!

get started 1
  1. After creating the project, your code editor is now before you.
  2. Once you have done with your program, run your program by using F5 function key.
get started 2

Leave a Reply