Visual studio features and versions

 

 

Visual Studio:

 

Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs, as well as websites, windows apps, web apps, web services and mobile apps.

 

Features:

 

1.   Visual Studio includes a code editor supporting intelliSense as well as code refactoring.

 

2.   Visual Studio supports any programming language. Built-in languages include C,C++Visual Basic .NETC#F#, JavaScriptType ScriptXMLXSLTHTML, and CSS. Support for other languages such as PythonRubyNode.js, and M among others is available via plug-ins.

 

3.   Visual Studio will help to collaborate with version control systems, like Azure DevOps Repos, GitHub TFS.

 

4.   Visual Studio includes a host of visual designers to aid in the development of applications. These tools includes Windows forms designer, WPF Designer and Web Designer etc.

 

 

 

 

Visual Studio versions:

 

Product Name

 

Release Date

 

Version Number

Visual Studio 2019

2019-04-02

16.0

Visual Studio 2017

2017-03-07

15.0

Visual Studio 2015

2015-07-20

14.0

Visual Studio 2013

2013-10-17

12.0

Visual Studio 2012

2012-09-12

11.0

Visual Studio 2010

2010-04-12

10.0

Visual Studio 2008

2007-11-19

9.0

Visual Studio 2005

2005-11-07

8.0

 

Visual Studio 2003

 

2003-04-24

 

7.1

 

Visual Studio 2002

 

2002-02-13

 

7.0

Visual Studio 6.0

1998-09-02

6.0

Visual Studio 97

1997-03-19

5.0

 

 

 

 

 

 

 

 

 

 

 

Visual Studio Installations:

 

Step 1: Download Visual Studio

Search below URL in the particular browser for find all editions of visual studio.

 

URL: https://visualstudio.microsoft.com/downloads/

 

 

 

 

 

 

 

 

 

Step 2 - Install the Visual Studio Installer

 

From your Downloads folder, double-click the bootstrapper that matches or is similar to one of the following files

·      vs_enterprise.exe for Visual Studio Enterprise.

·      vs_community.exe for Visual Studio Community.

·       vs_professional.exe for Visual Studio Professional.

 

 

 

 

 

 

 

 

 

 

 

Step 3: Choose Workloads

After the installer is installed, you can use it to customize your installation by selecting the feature sets—or workloads—that you want. Here's how

1.   Find the workload you want in the Visual Studio Installer.

2.   After you choose workloads you want, choose install.

 

 

 

 

 

 

 

 

 

 

 

Step 4: Installation Process

Visual Studio Installer download the packages and perform the installation.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Step 5:  Installation Done

 

After the installation is over, begin with the Visual Studio by Signing In to your Microsoft account or create one! Now. You can also proceed without Signing In by clicking on the Not now, maybe later option.

 

 

 

 

 

 

 

 

Step 6: Visual Studio Start

 

User has to be select Visual C# from ‘Development Settings’ drop down and color theme. Once select required options, click on Start Visual Studio option like as shown below.

 

 

 

 

 

 

 

 

 

 

 

Step 7: Create New Project

 

Begin with using the Visual Studio, select the Create a new project option and begin with setting up the environment for C#.

 

 

 

 

                                    

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Step 8: Select console App

 

Select the Console App (.NET Core) option for C# and then click on the Next button.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Step 9: Assign Project Name

 

Configure your new project by assigning a name and location to store the project files, then click on the Create button.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Step 10: Project Sample

 

Now begin with writing sample code and then run the code by clicking on the Run button.

 

 

 

Comments

Popular posts from this blog

.NET Framework Introducton

CLR with advantages and architectures

Definition and features of C#.