The first version of Visual Studio was Visual Studio 97. Before that, Visual Basic, Visual C++, Visual FoxPro and Visual SourceSafe were sold as separate products.
97 Microsoft first released Visual Studio (codenamed
Boston, in 1997, bundling many of its programming tools together for the first time. Visual Studio 97 came in two editions: Visual Studio Professional and Visual Studio Enterprise; the professional edition has three CDs, and the enterprise four CDs. It included Visual J++ 1.1 for Java programming and introduced Visual InterDev for creating dynamically generated web sites using Active Server Pages. There was a single companion CD that contained the
Microsoft Developer Network library. Visual Studio 97 is only compatible with
Windows 95 and
Windows NT 4.0. It is the last version to support
Windows NT 4.0 before SP3. Visual Studio 97 was an attempt at using the same development environment for multiple languages. Visual J++, InterDev, and the
MSDN Library had all been using the same 'environment', called Developer Studio. Visual Studio was also sold as a bundle with the separate IDEs used for Visual C++, Visual Basic and Visual FoxPro. Each version of each language in part also settled to v6.0, including Visual J++ which was prior v1.1, and Visual InterDev at the first release. The v6 edition of Microsoft was the core environment for the next four releases to provide programmers with an integrated look-alike platform. This led Microsoft to transition the development on the platform independent
.NET Framework. Visual Studio 6.0 was the last version to include Visual J++, which Microsoft removed as part of a settlement with
Sun Microsystems that required Microsoft Internet Explorer not to provide support for the
Java Virtual Machine. Visual Studio 6.0 came in two editions: Professional and Enterprise. The Enterprise edition contained extra features not found in Professional edition, including: • Application Performance Explorer • Automation Manager • Microsoft Visual Modeler • RemAuto Connection Manager • Visual Studio Analyzer Visual Studio was also sold as a bundle with the separate IDEs used for Visual C++, Visual Basic and Visual FoxPro. The installer enforces this requirement, and is the last version to support
Windows NT 4.0 SP6 or later and
Windows 2000 before SP3. Visual Studio .NET 2002 shipped in four editions: Academic, Professional, Enterprise Developer, and Enterprise Architect. Microsoft introduced
C# (C-sharp), a new programming language, that targets .NET. It also introduced the successor to Visual J++ called Visual J#. Visual J# programs use Java's language-syntax. However, unlike Visual J++ programs, Visual J# programs can only target the .NET Framework, not the
Java Virtual Machine that all other Java tools target. Visual Basic changed drastically to fit the new framework, and the new version was called Visual Basic .NET. Microsoft also added extensions to C++, called
Managed Extensions for C++, so .NET programs could be created in C++. Visual Studio .NET can produce applications targeting Windows (using the Windows Forms part of the .NET Framework), the Web (using ASP.NET and
Web Services) and, with an add-in, portable devices (using the .NET Compact Framework). The internal version number of Visual Studio .NET 2002 is version 7.0. Microsoft released Service Pack 1 for Visual Studio .NET 2002 in March 2005.
.NET 2003 In April 2003, Microsoft introduced a minor upgrade to Visual Studio .NET called Visual Studio .NET 2003, codenamed
Everett (for the
city of the same name). It includes an upgrade to the .NET Framework, version 1.1, and is the first release to support developing programs for mobile devices, using ASP.NET or the .NET Compact Framework. The Visual C++ compiler's standards-compliance improved, especially in the area of
partial template specialization. Visual C++ Toolkit 2003 is a version of the same C++ compiler shipped with Visual Studio .NET 2003 without the IDE that Microsoft made freely available. it is no longer available and the Express Editions have superseded it. Visual Studio .NET 2003 also supports Managed C++, which is the predecessor of C++/CLI. The internal version number of Visual Studio .NET 2003 is version 7.1 while the file format version is 8.0.
2005 Visual Studio 2005, codenamed
Whidbey (a reference to
Whidbey Island in
Puget Sound region), was released online in October 2005 and to retail stores a few weeks later. Microsoft removed the ".NET" moniker from Visual Studio 2005 (as well as every other product with .NET in its name), but it still primarily targets the .NET Framework, which was upgraded to version 2.0. It requires
Windows 2000 with Service Pack 4,
Windows XP with at least Service Pack 2 or
Windows Server 2003 with at least Service Pack 1. It is the last version to run on
Windows 2000 and also the last version able to target
Windows 98 and
Windows Me for C++ applications. Visual Studio 2005's internal version number is 8.0 while the file format version is 9.0. Microsoft released Service Pack 1 for Visual Studio 2005 on December 14, 2006. An additional update for Service Pack 1 that offers Windows Vista compatibility was made available on June 3, 2007. Visual Studio 2005 was upgraded to support all the new features introduced in .NET Framework 2.0, including generics and ASP.NET 2.0. The
IntelliSense feature in Visual Studio was upgraded for generics and new project types were added to support ASP.NET web services. Visual Studio 2005 additionally introduces support for a new task-based build platform called Microsoft Build Engine (
MSBuild) which employs a new XML-based project file format. Visual Studio 2005 also includes a local web server, separate from
IIS, that can host ASP.NET applications during development and testing. It also supports all
SQL Server 2005 databases. Database designers were upgraded to support the
ADO.NET 2.0, which is included with .NET Framework 2.0. C++ also got a similar upgrade with the addition of
C++/CLI which is slated to replace the use of
Managed C++. Other new features of Visual Studio 2005 include the "Deployment Designer" which allows application designs to be validated before deployments, an improved environment for web publishing when combined with ASP.NET 2.0 and load testing to see application performance under various sorts of user loads. Starting with the 2005 edition, Visual Studio also added extensive 64-bit support. While the host development environment itself is only available as a 32-bit application, Visual C++ 2005 supports compiling for
x86-64 (AMD64 and Intel 64) as well as
IA-64 (
Itanium). The
Platform SDK included 64-bit compilers and 64-bit versions of the libraries. Microsoft also announced
Visual Studio Tools for Applications as the successor to
Visual Basic for Applications (VBA) and VSA (Visual Studio for Applications). VSTA 1.0 was released to manufacturing along with
Office 2007. It is included with Office 2007 and is also part of the Visual Studio 2005 SDK. VSTA consists of a customized IDE, based on the Visual Studio 2005 IDE, and a runtime that can be embedded in applications to expose its features via the .NET object model. Office 2007 applications continue to integrate with VBA, except for InfoPath 2007 which integrates with VSTA. Version 2.0 of VSTA (based on Visual Studio 2008) was released in April 2008. It is significantly different from the first version, including features such as dynamic programming and support for
WPF,
WCF,
WF,
LINQ, and .NET 3.5 Framework.
2008 Visual Studio 2008, and Visual Studio Team System 2008 codenamed
Orcas (a reference to
Orcas Island, also an island in
Puget Sound region, like Whidbey for the previous 2005 release), were released to MSDN subscribers on November 19, 2007, alongside .NET Framework 3.5. The source code for the Visual Studio 2008 IDE is available under a
shared source license to some of
Microsoft's partners and
ISVs. Microsoft released Service Pack 1 for Visual Studio 2008 on August 11, 2008. The internal version number of Visual Studio 2008 is version 9.0 while the file format version is 10.0. Visual Studio 2008 requires
Windows XP Service Pack 2 plus
Windows Installer 3.1,
Windows Server 2003 Service Pack 1 or later. It is the last version available for
Windows XP SP2,
Windows Server 2003 SP1, as well as the only version to support
Windows Vista before SP2 and
Windows Server 2008 before SP2 and the last version to support targeting
Windows 2000 for C++ applications. Visual Studio 2008 is focused on development of
Windows Vista, 2007 Office system, and Web applications. For visual design, a new
Windows Presentation Foundation visual designer and a new
HTML/
CSS editor influenced by
Microsoft Expression Web are included.
J# is not included. Visual Studio 2008 requires .NET 3.5 Framework and by default configures compiled assemblies to run on .NET Framework 3.5, but it also supports multi-targeting which lets the developers choose which version of the .NET Framework (out of 2.0, 3.0, 3.5,
Silverlight CoreCLR or .NET Compact Framework) the assembly runs on. Visual Studio 2008 also includes new
code analysis tools, including the new
Code Metrics tool (only in Team Edition and Team Suite Edition). For
Visual C++, Visual Studio adds a new version of
Microsoft Foundation Classes (MFC 9.0) that adds support for the visual styles and UI controls introduced with
Windows Vista. For native and managed code interoperability, Visual C++ introduces the STL/CLR, which is a port of the
C++ Standard Template Library (STL) containers and algorithms to
managed code. STL/CLR defines STL-like containers,
iterators and algorithms that work on
C++/CLI managed objects. Visual Studio 2008 features include an
XAML-based designer (codenamed
Cider),
workflow designer,
LINQ to
SQL designer (for defining the type mappings and object encapsulation for SQL Server data),
XSLT debugger,
JavaScript Intellisense support, JavaScript Debugging support, support for
UAC manifests, a
concurrent build system, among others. It ships with an enhanced set of UI widgets, both for
Windows Forms and
WPF. It also includes a multithreaded build engine (
MSBuild) to compile multiple source files (and build the executable file) in a project across multiple
threads simultaneously. It also includes support for compiling
icon resources in
PNG format, introduced in Windows Vista. An updated
XML Schema designer was released separately some time after the release of Visual Studio 2008. Visual Studio Debugger includes features targeting easier debugging of multi-threaded applications. In debugging mode, in the
Threads window, which lists all the threads, hovering over a thread displays the
stack trace of that thread in tooltips. The threads can directly be named and flagged for easier identification from that window itself. In addition, in the code window, along with indicating the location of the currently executing instruction in the current thread, the currently executing instructions in other threads are also pointed out. The Visual Studio debugger supports integrated debugging of the .NET 3.5 Framework
Base Class Library (BCL) which can dynamically download the BCL source code and
debug symbols and allow stepping into the BCL source during debugging. a limited subset of the BCL source is available, with more library support planned for later.
2010 On April 12, 2010, Microsoft released Visual Studio 2010, codenamed
Dev10, and
.NET Framework 4. It is available for
Windows Server 2003 SP2,
Windows XP SP3,
Windows Vista SP2 and
Windows Server 2008 SP2 and has support for
Windows Server 2008 R2, as well as for
Windows 7. It is the last version to support
Windows XP SP3,
Windows Server 2003 SP2,
Windows Server 2003 R2,
Windows Vista SP2 and
Windows Server 2008 SP2, and the only version to support
Windows 7 before SP1 and
Windows Server 2008 R2 before SP1. The Visual Studio 2010
IDE was redesigned which, according to
Microsoft, clears the UI organization and "reduces clutter and complexity." The new
multi-paradigm ML-variant
F# forms part of Visual Studio 2010. Visual Studio 2010 comes with
.NET Framework 4 and supports developing applications targeting
Windows 7. It supports
IBM Db2 and
Oracle databases, in addition to
Microsoft SQL Server. Tools for profiling parallel applications can be used for visualization of thread wait-times and thread migrations across processor cores. Intel and Microsoft have jointly pledged support for a new Concurrency Runtime in Visual Studio 2010 and Intel has launched parallelism support in
Parallel Studio as an add-on for Visual Studio. The Visual Studio 2010 code editor now highlights references; whenever a symbol is selected, all other usages of the symbol are highlighted. It also offers a
Quick Search feature to
incrementally search across all symbols in C++, C# and VB.NET projects. Quick Search supports substring matches and
camelCase searches. Visual Studio 2010 features a new
Help System replacing the
MSDN Library viewer. The Help System is no longer based on
Microsoft Help 2 and does not use Microsoft Document Explorer. Dynamic help containing links to help items based on what the developer was doing at the time was removed in the final release, but can be added back using a download from Microsoft. Visual Studio 2010 no longer supports development for Windows Mobile prior to
Windows Phone 7. Visual Studio 2010 Service Pack 1 was released in March 2011.
Ultimate 2010 Visual Studio Ultimate 2010 replaces Visual Studio 2008 Team Suite. It includes new modeling tools, such as the
Architecture Explorer, which graphically displays projects and classes and the relationships between them. It supports
UML activity diagram, component diagram, (logical) class diagram, sequence diagram, and use case diagram. This speeds up testing by avoiding running unnecessary test cases. Visual Studio Ultimate 2010 also includes a
historical debugger for
managed code called
IntelliTrace. Unlike a traditional debugger that records only the currently active stack, IntelliTrace records all events, such as prior function calls, method parameters, events and exceptions. This allows the code execution to be rewound in case a breakpoint was not set where the error occurred. Debugging with IntelliTrace causes the application to run more slowly than debugging without it, and uses more memory as additional data needs to be recorded. Microsoft allows configuration of how much data should be recorded, in effect, allowing developers to balance the speed of execution and resource usage. The
Lab Management component of Visual Studio Ultimate 2010 uses virtualization to create a similar execution environment for testers and developers. The
virtual machines are tagged with checkpoints which can later be investigated for issues, as well as to reproduce the issue. Visual Studio Ultimate 2010 also includes the capability to record test runs that capture the specific state of the operating environment as well as the precise steps used to run the test. These steps can then be played back to reproduce issues.
2012 The final build of Visual Studio 2012 was announced on August 1, 2012, and the official launch event was held on September 12, 2012. Unlike prior versions, Visual Studio 2012 cannot record and play macros and the macro editor has been removed. Also unlike prior versions, Visual Studio 2012 require
Windows 7 SP1 and
Windows Server 2008 R2 SP1. New features include support for
WinRT and
C++/CX (Component Extensions) and
C++ AMP (
GPGPU programming) Semantic Colorization. Cross-compiling to ARM32 is supported from an x86 command prompt. On September 16, 2011, a complete 'Developer Preview' of Visual Studio 11 was published on Microsoft's website. Visual Studio 11 Developer Preview requires Windows 7, Windows Server 2008 R2, Windows 8, or later operating systems. Versions of
Microsoft Foundation Class Library (MFC) and C runtime (CRT) included with this release cannot produce software that is compatible with Windows XP or Windows Server 2003 except by using native multi-targeting and foregoing the newest libraries, compilers, and headers. However, on June 15, 2012, a blog post on the VC++ Team blog announced that based on customer feedback, Microsoft would re-introduce native support for Windows XP targets (though not for XP as a development platform) in a version of Visual C++ to be released later in the fall of 2012. "Visual Studio 2012 Update 1" (Visual Studio 2012.1) was released in November 2012. This update added support for Windows XP targets and also added other new tools and features (e.g. improved diagnostics and testing support for Windows Store apps). On August 24, 2011, a blog post by Sumit Kumar, a Program Manager on the Visual C++ team, listed some of the features of the upcoming version of the Visual Studio C++ IDE: •
Semantic colorization: Improved syntax coloring, various user-defined or default colors for C++ syntax such as macros, enumerations, typenames and functions.
Interface backlash During Visual Studio 11 beta, Microsoft eliminated the use of color within tools except in cases where color is used for notification or status change purposes. However, the use of color was returned after feedback demanding more contrast, differentiation, clarity and "energy" in the user interface. In the Visual Studio 2012
release candidate (RC), a major change to the interface is the use of all-caps menu bar, as part of the campaign to keep Visual Studio consistent with the direction of other Microsoft user interfaces, and to provide added structure to the top menu bar area. The redesign was criticized for being hard to read, and going against the trends started by developers to use
CamelCase to make words stand out better. Some speculated that the root cause of the redesign was to incorporate the simplistic look and feel of Metro programs. However, there exists a
Windows Registry option to allow users to disable the all-caps interface.
2013 The preview for Visual Studio 2013 was announced at the Build 2013 conference and made available on June 26, 2013. The Visual Studio 2013 RC (Release Candidate) was made available to developers on MSDN on September 9, 2013. The final release of Visual Studio 2013 became available for download on October 17, 2013, along with .NET 4.5.1. Visual Studio 2013 officially launched on November 13, 2013, at a virtual launch event keynoted by S. Somasegar and hosted on . "Visual Studio 2013 Update 1" (Visual Studio 2013.1) was released on January 20, 2014. Visual Studio 2013.1 is a targeted update that addresses some key areas of customer feedback. "Visual Studio 2013 Update 2" (Visual Studio 2013.2) was released on May 12, 2014. Visual Studio 2013 Update 3 was released on August 4, 2014. With this update, Visual Studio provides an option to disable the all-caps menus, which was introduced in VS2012. "Visual Studio 2013 Update 4" (Visual Studio 2013.4) was released on November 12, 2014. "Visual Studio 2013 Update 5" (Visual Studio 2013.5) was released on July 20, 2015. Visual Studio 2013 also adds support for
Windows 8.1 and
Windows Server 2012 R2.
2015 Initially referred to as Visual Studio "14", the first
Community Technology Preview (CTP) was released on June 3, 2014 and the
Release Candidate was released on April 29, 2015; Visual Studio 2015 was officially announced as the final name on November 12, 2014. Visual Studio 2015 RTM was released on July 20, 2015. The first Preview was released on March 30, 2016. Visual Studio "15" Preview 2 was released May 10, 2016. Visual Studio "15" Preview 3 was released on July 7, 2016. Visual Studio "15" Preview 4 was released on August 22, 2016. Visual Studio "15" Preview 5 was released on October 5, 2016. On November 14, 2016, for a brief period of time, Microsoft released a blog post revealing Visual Studio 2017 product name version alongside upcoming features. On November 16, 2016, "Visual Studio 2017" was announced as the final name, and Visual Studio 2017
RC was released. On March 7, 2017, Visual Studio 2017 was released for general availability. On December 4, 2017, Visual Studio 15.5 was released. This update contained major performance improvements, new features, as well as bug fixes. On March 6, 2018, Visual Studio 15.6 was released. It includes updates to unit testing and performance. On May 7, 2018, Visual Studio 15.7 was released. It included updates across the board including, the installer, editor, debugger among others. Almost all point releases, the latest of which is 15.7.6 released August 2, 2018, include security updates. With the release of Visual Studio 2017 15.7, Visual C++ now conforms to the
C++17 standard. On November 15, 2018, Visual Studio 2017 15.9 was released and support for targeting ARM64 for Windows 10 was provided. Previously only ARM32 was supported as a target. Visual Studio 2017 offers new features like support for EditorConfig (a coding style enforcement framework),
NGen support,
.NET Core and
Docker toolset (Preview), and
Xamarin 4.3 (Preview).
2019 On June 6, 2018, Microsoft announced Visual Studio 2019 (version 16). On December 4, 2018, Visual Studio 2019 Preview 1 was released. On January 24, 2019, Visual Studio 2019 Preview 2 was released. On February 13, 2019, Visual Studio 2019 Preview 3 was released. On February 27, 2019, Visual Studio 2019 RC was released while setting April 2, 2019 for its general availability. It is generally available (GA) since April 2, 2019 and available for download. It is the first version to run as a 64-bit process allowing Visual Studio main process to access more than 4 GB of memory, preventing out-of-memory exceptions which could occur with large projects. On June 17, 2021, Visual Studio 2022 Preview 1 was released. On July 14, 2021, Visual Studio 2022 Preview 2 was released. On August 10, 2021, Visual Studio 2022 Preview 3 was released. On September 14, 2021, Visual Studio 2022 Preview 4 was released. On October 12, 2021, Visual Studio 2022 RC and Preview 5 was released while setting November 8, 2021 for its general availability. It is generally available (GA) since November 8, 2021 and available for download. It is available only for Windows 10 and Windows Server 2016 or later, and also supports
Windows Server 2022. On August 9, 2022, Visual Studio 17.3 was released and added support for targeting the .NET Framework 4.8.1. On November 8, 2022, Visual Studio 17.4 was released and provided an ARM64 native version of the compiler itself, not just the ability to target ARM from x86/x64 (real or emulated on ARM64).
2026 Ahead of a stable release Microsoft made an "insider" version of Visual Studio 2026 available on . This version focuses on deeper AI integration, namely
GitHub Copilot, and performance improvements. Visual Studio 2026 began rolling out for consumers on November 11, 2025. ==Related products==