Visual Studio

Getting started with Visual Studio

Remarks#

Visual Studio is an Integrated Development Environment (IDE) from Microsoft. It enables the developer to work project orientated with various types of projects, including Windows Forms, Console Applications, Office Plug-Ins, and Windows Universal Apps.

The IDE supports various programming languages, the most common being Visual C#, Visual Basic, Visual F#, and Visual C++.

There are several editions of Visual Studio: Community (free), Express (free), Professional, Enterprise, and Ultimate (However, not all are available for all versions).

Versions#

VersionCodenameVersion numberSupported .NET
Framework versions
Date
97Boston5.0N/A1997-02-01
6.0Aspen6.0N/A1998-06-01
.NET 2002Rainier7.01.02002-02-13
.NET 2003Everett7.11.12003-04-24
2005Whidbey8.02.0, 3.02005-11-07
2008Orcas9.02.0, 3.0, 3.52007-11-19
2010Dev10/Rosario10.02.0 - 4.02010-04-12
2012Dev1111.02.0 - 4.5.22012-09-12
2013Dev1212.02.0 - 4.5.22013-10-17
2013.1 (Update 1)2014-01-20
2013.2 (Update 2)2014-05-12
2013.3 (Update 3)2014-08-04
2013.4 (Update 4)2014-11-12
2013.5 (Update 5)2015-07-20
2015Dev1414.02.0 - 4.62015-07-20
2015.1 (Update 1)2015-11-30
2015.2 (Update 2)2016-03-30
2015.3 (Update 3)2016-06-27
"15" PreviewDev1515.02.0 - 4.6.2; Core 1.02016-03-30
"15" Preview 22016-05-10
"15" Preview 32016-07-07
"15" Preview 42016-08-22
"15" Preview 52016-10-05
2017Dev1515.0 - 15.23.5 - 4.7; Core 1.0 - 1.12017-03-07

Installation or Setup

Visual Studio can be downloaded and installed for free in Comunity edition from the Microsoft site and can be also found in different versions. Just click on the Download button and run the executable, then follow the instructions.


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow