Day 17 : Visual studio installation

                         In this blog we are going to learn the visual studio installation steps.

Visual Studio :

  • Microsoft visual studio is an integrated development environment (IDE) from MicrosoftAn IDE normally consists of at least a source code editor, build automation tools and a debugger. 
  • Visual studio includes code editor supporting intellisense, debugger having machine-level and source-level.
  • Visual studio supports 36 different programming languages. Some built-int languages are C, C++, HTML, CSS, XML, C# etc.
  • Their are 3 editions of visual studio : 
  1. Community : It is free and fully-featured.
  2. Professional : It is expensive.
  3. Enterprise : It is rich and expensive.

Steps to install visual studio :

1) Click here for downloading Visual studio :

                                       Download the community edition.

2) Now install the downloaded file :

                                   

3) Select the component you want to install :


4) Check the installation done correctly or not :
  • Search the visual studio in search box.
  • Click on vs icon.
  • It takes some time to start.

Create a project :

1) For creating a new project click on console app (.NET core). 


2) Configure new project and name the project.


3) Run a simple program.



Similarly you can try another program. For more understanding watch below video :


Thank You!!!


Comments

Popular posts from this blog

Day 3 : JavaScript

SQL Concepts-1

ASP .NET Session Management