Skip to main content

Visual Studio IDE

· 2 min read
Kaustubh Kulkarni

What is IDE

Visual Studio IDE is an integrated development environment. It is a software application that provides comprehensive facilities to computer programmers for software development

In general an ID is a graphical user interface workbench which helps the developer in building software applications by providing tools like a source code editor build automation tools etc

Visual studio is the most commonly used IDE, it is provided by Microsoft to help developers to write dot net programs easily.

Why IDE?

We use ID because of following features

  1. Editor automatically generates lot of code

  2. Allow developers to drag and drop controls to

3 Provide shortcuts to compile and build applications

  1. IDE provides a single environment for developing all types of dotnet applications

Some Screenshots of IDE

Visual Studio IDE (Visual Studio 2019 IDE )

Downloading IDE

To follow along you must download visual studio IDE. To Download Visit link below

Download Visual Studio 2019

Now you need to Select Community Version and Click on Free Download , Visual Studio IDE

Once Downloaded It will Automatically Download and Install Visual Studio Installer, After that you will see menu below Visual Studio IDE

From that menu just select .NET Desktop Development Option and Click on Install While Downloading.

Once installation started , you need to wait while installation is running. After installation Just sign in to V Studio, & Done. You just completed first step.