Visual Studio Download

Posted By admin On 09.12.20
  • The Visual C Redistributable Packages install runtime components that are required to run C applications built with Visual Studio 2012.
  • Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs for Microsoft Windows. Visual Studio is one stop shop for all applications built on the.Net platform. One can develop, debug and run applications using Visual Studio.
  • Microsoft Visual Studio 2017 ISO Free Download offline installer 32/64-bit for Windows 10, Windows 7, Windows 8, & 8.1. It is the full standalone setup direct single click download of Microsoft Visual Studio 2017 ISO.
-->

Jul 08, 2019  Visual Studio 2008 reached end of support on April 10, 2018.To aid the discovery of the latest downloads, the links are retained currently, but may be removed in the future. Download the Visual Studio 2008 Service Pack 1 (Installer).This is the latest Visual C service pack for Visual Studio 2008. Download Visual Studio Community, Professional, and Enterprise. Try Visual Studio Code or Team Foundation Server for free today.

Welcome to Visual Studio 2019! In this version, it's easy to choose and install just the features you need. And because of its reduced minimum footprint, it installs quickly and with less system impact.

Welcome to a new way to install Visual Studio! In this version, we've made it easier for you to choose and install just the features you need. We've also reduced the minimum footprint of Visual Studio so that it installs more quickly and with less system impact than ever before.

Note

This topic applies to Visual Studio on Windows. For Visual Studio for Mac, see Install Visual Studio for Mac.

Want to know more about what else is new in this version? See our release notes.

Want to know more about what else is new in this version? See our release notes.

Ready to install? We'll walk you through it, step-by-step.

Step 1 - Make sure your computer is ready for Visual Studio

Before you begin installing Visual Studio:

  1. Check the system requirements. These requirements help you know whether your computer supports Visual Studio 2017.

  2. Apply the latest Windows updates. These updates ensure that your computer has both the latest security updates and the required system components for Visual Studio.

  3. Reboot. The reboot ensures that any pending installs or updates don't hinder the Visual Studio install.

  4. Free up space. Remove unneeded files and applications from your %SystemDrive% by, for example, running the Disk Cleanup app.

  1. Check the system requirements. These requirements help you know whether your computer supports Visual Studio 2019.

  2. Apply the latest Windows updates. These updates ensure that your computer has both the latest security updates and the required system components for Visual Studio.

  3. Reboot. The reboot ensures that any pending installs or updates don't hinder the Visual Studio install.

  4. Free up space. Remove unneeded files and applications from your %SystemDrive% by, for example, running the Disk Cleanup app.

For questions about running previous versions of Visual Studio side by side with Visual Studio 2017, see the Visual Studio compatibility details.

For questions about running previous versions of Visual Studio side by side with Visual Studio 2019, see the Visual Studio 2019 Platform Targeting and Compatibility page.

Step 2 - Download Visual Studio

Next, download the Visual Studio bootstrapper file. To do so, choose the following button, choose the edition of Visual Studio that you want, choose Save, and then choose Open folder.

Step 3 - Install the Visual Studio installer

Run the bootstrapper file to install the Visual Studio Installer. This new lightweight installer includes everything you need to both install and customize Visual Studio.

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

    • vs_community.exe for Visual Studio Community
    • vs_professional.exe for Visual Studio Professional
    • vs_enterprise.exe for Visual Studio Enterprise

    If you receive a User Account Control notice, choose Yes.

  2. We'll ask you to acknowledge the Microsoft License Terms and the Microsoft Privacy Statement. Choose Continue.

Step 4 - 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 Installing Visual Studio screen.

    For example, choose the '.NET desktop development' workload. It comes with the default core editor, which includes basic code editing support for over 20 languages, the ability to open and edit code from any folder without requiring a project, and integrated source code control.

  2. After you choose the workload(s) you want, choose Install.

    Next, status screens appear that show the progress of your Visual Studio installation.

  1. After the new workloads and components are installed, choose Launch.

    For example, choose the 'ASP.NET and web development' workload. It comes with the default core editor, which includes basic code editing support for over 20 languages, the ability to open and edit code from any folder without requiring a project, and integrated source code control.

  2. After you choose the workload(s) you want, choose Install.

    Next, status screens appear that show the progress of your Visual Studio installation.

Tip

At any time after installation, you can install workloads or components that you didn't install initially. If you have Visual Studio open, go to Tools > Get Tools and Features.. which opens the Visual Studio Installer. Or, open Visual Studio Installer from the Start menu. From there, you can choose the workloads or components that you wish to install. Then, choose Modify.

Step 5 - Choose individual components (Optional)

If you don't want to use the Workloads feature to customize your Visual Studio installation, or you want to add more components than a workload installs, you can do so by installing or adding individual components from the Individual components tab. Choose what you want, and then follow the prompts.

Step 6 - Install language packs (Optional)

By default, the installer program tries to match the language of the operating system when it runs for the first time. To install Visual Studio in a language of your choosing, choose the Language packs tab from the Visual Studio Installer, and then follow the prompts.

Change the installer language from the command line

Another way that you can change the default language is by running the installer from the command line. For example, you can force the installer to run in English by using the following command: vs_installer.exe --locale en-US. The installer will remember this setting when it is run the next time. The installer supports the following language tokens: zh-cn, zh-tw, cs-cz, en-us, es-es, fr-fr, de-de, it-it, ja-jp, ko-kr, pl-pl, pt-br, ru-ru, and tr-tr.

Step 7 - Select the installation location (Optional)

New in 15.7: You can now reduce the installation footprint of Visual Studio on your system drive. You can choose to move the download cache, shared components, SDKs, and tools to different drives, and keep Visual Studio on the drive that runs it the fastest.

You can reduce the installation footprint of Visual Studio on your system drive. You can choose to move the download cache, shared components, SDKs, and tools to different drives, and keep Visual Studio on the drive that runs it the fastest.

Important

You can select a different drive only when you first install Visual Studio. If you've already installed it and want to change drives, you must uninstall Visual Studio and then reinstall it.

For more information, see the Select installation locations page.

Step 8 - Start developing

  1. After Visual Studio installation is complete, choose the Launch button to get started developing with Visual Studio.

  2. Choose File, and then choose New Project.

  3. Select a project type.

    For example, to build a C++ app, choose Installed, expand Visual C++, and then choose the C++ project type that you want to build.

    To build a C# app, choose Installed, expand Visual C#, and then choose the C# project type that you want to build.

  1. After Visual Studio installation is complete, choose the Launch button to get started developing with Visual Studio.

  2. On the start window, choose Create a new project.

  3. In the search box, enter the type of app you want to create to see a list of available templates. The list of templates depends on the workload(s) that you chose during installation. To see different templates, choose different workloads.

    You can also filter your search for a specific programming language by using the Language drop-down list. You can filter by using the Platform list and the Project type list, too.

  4. Visual Studio opens your new project, and you're ready to code!

Get support

Sometimes, things can go wrong. If your Visual Studio installation fails, see Troubleshoot Visual Studio installation and upgrade issues for step-by-step guidance.

Flatout 2 download. We also offer a live chat (English only) support option for installation-related issues.

Here are a few more support options:

  • Report product issues to us via the Report a Problem tool that appears both in the Visual Studio Installer and in the Visual Studio IDE.
  • Suggest a feature, track product issues, and find answers in the Visual Studio Developer Community.
  • Use your GitHub account to talk to us and other Visual Studio developers in the Visual Studio conversation in the Gitter community.

See also

Freeware
Windows
1.0 MB
127,342

We are happy to announce the release of Visual Studio 2017. This release brings a new lightweight and modular installation experience which can be tailored to your needs.

Use Visual Studio 2017 to develop apps for Android, iOS, Windows, web, and cloud. Code fast, debug and diagnose with ease, test often, and release with confidence. You can also extend and customize Visual Studio by building your own extensions. Use version control, be agile, and collaborate efficiently with this new release.

True crime streets of la download. Features:

  • Tools and services for projects of any size or complexity
  • C#, Visual Basic, F#, C++, Python, Node.js, and HTML/JavaScript
  • Sprint planning
  • Advanced debugging, automated and manual testing, and profiling
  • DevOps with automated deployments and continuous monitoring

Code with confidence. Get help right where you need it.

Visual Studio guides you with live assistance as you write code, no matter what language you use, from C#/VB and C++ to JavaScript and Python.

IntelliSense describes APIs as you type and uses auto-completion to increase speed and accuracy. Quick Info tool tips let you inspect API definitions, and squiggly lines let you know about issues, often showing them as you type.

Navigate in context. Don’t lose your place as you explore.

Finding your way around in a large code base can be challenging. Visual Studio helps you find your way around more easily, without losing the context of the code or the markup you started from, with capabilities like Peek to definition, Navigate To, and Quick Find.

Enhanced Scrollbar’s 10,000 foot structural view of your code file lets you quickly pinpoint issues. See the object structure of your code easily with inline object browsing in the Solution Explorer, and quickly search for files in your solution.

Understand your code. The big picture, right where you are.

With Code Lens, there’s no need to leave your code to quickly understand its call structure and navigate to related functions. Code Lens goes much further. You can find out who last modified a method, or whether its tests are passing, all from right where you are in your code.

Fix issues quickly. Get to the heart of issues and find fixes.

Light bulb icons help you identify and fix common coding issues, in many cases “live” as you type your code, and take quick code actions (like refactoring, implementing interfaces and more) from right inside the editor.

What's New:

Develop: Navigate, write, and fix your code fast

  • New Installation Experience - A reduced minimum footprint for faster and more customizable installations, as well as support for offline installs.
  • Visual Studio IDE - A broad range of enhancements in Visual Studio 2017, including reduction in startup and solution load times, sign in and identity improvements, improved code navigation, open folder view, and connected services enable connections between your app and any service on-premises or in the cloud.
  • Visual C++ - No breaking changes between 2015 and 2017. Better C++14 conformance level, CMake support, build throughput, and productivity in the editor.
  • C# and Visual Basic - Extends support for new C# 7.0 and Visual Basic 15 language features, and introduces new refactorings that allow you to organize source code with one action.
  • F# - Support for F# 4.1 language features, improvements to the F# compiler and FSharp.Core, and a new editor based on Roslyn Workspaces.
  • JavaScript and TypeScript - TypeScript 2.1 is available for all TypeScript projects in Visual Studio. A new JavaScript language service is available and enabled by default.

Debug: Debug, profile, and diagnose with ease

  • Debugging and Diagnostics - Overhaul of the Exception Helper and faster code navigation with Run to Click. Plus, a new summary of your application events in the Diagnostic Tools window and several improvements to the CPU Tool.

Test: Write high-quality code with comprehensive testing tools

  • Live Unit Testing - Visualize unit testing results and code coverage live in the editor.
  • Testing Tools - Associate automation with test case work items using the Test Explorer.

Collaborate: Use version control, be agile, and collaborate efficiently

  • New Git features in Team Explorer and updated connect experience - Do more with Git in Visual Studio 2017 and easily find the projects and repos to which you want to connect.
  • Enhanced Visual Studio Feedback Workflow - More collaborative Report-A-Problem. Search, follow, and vote to get latest updates on all feedback.

Extend: Customize to your liking by building your own extensions

Visual Studio Download For Windows 10

  • Visual Studio Extensions - Customize Visual Studio to your liking by building your own extensions.
  • Discoverability of Project and Item Templates - There is a breaking change with how Visual Studio consumes project and item templates to improve performance of template discovery.

Visual Studio Download Free

Equip: Utilize tooling to increase productivity and explore new capabilities

  • .NET Core and ASP.NET Core - This contains the 1.0 final release of the new MSBuild based .NET Core Tools. Using Visual Studio 2017, you can create .NET Standard libraries, .NET Core apps/libraries, and ASP.NET web projects that use the new csproj format.
  • Tools for Universal Windows App Development - Updates include a new version of the .NET Native toolchain, .NET Core NuGet framework, new productivity tools, and support for the Windows 10 'Creators Update' SDK.
  • Xamarin - Xamarin 4.3 adds support for tvOS, while also improving iOS Assets Catalog support and the XML editing experience.
  • Visual Studio Tools for Apache Cordova - A new browser-based simulator enables you to code fast and see the results immediately.
  • Node.js Tools for Visual Studio - Updates focused on stability, performance, and overall product quality.
  • Visual Studio Tools for Unity - Visual Studio Tools for Unity 3 is now available with the 'Game Development with Unity' workload from the new Visual Studio installer.
  • Redgate Developer Tools Core Edition - To extend DevOps capabilities to SQL database development, Visual Studio now includes Redgate Developer Tools Core Edition, comprising Redgate ReadyRoll, SQL Search, and SQL Prompt.
  • NuGet - NuGet now supports storing package dependency information directly in project files as package references, while maintaining the advances of transitive package references.
  • Tools for XAML Apps - The XAML runtime toolbar now lets you track focus. XAML productivity has been improved with XAML Edit & Continue, improvements to the XAML Editor, and performance optimizations.
  • Data Tools and SQL Server - The latest update of SQL Server Data Tools enables support for the newest features in Azure SQL Database and SQL Server 2016.
  • Developer Analytics Tools - Visual Studio 2017 includes Developer Analytics Tools v8.6 with many improvements to the Application Insights and HockeyApp features in Visual Studio.
  • Office Developer Tools for Visual Studio - Includes Office Developer Tools with the latest features and updates.
  • Live Architecture Dependency Validation - Real-time notifications of dependency validation diagrams (aka Layer diagrams).
  • Developer Command Prompt - Refactored scripts to support the new installation experience.
  • Azure SDK for .NET - Now available from the new Visual Studio installer.

Visual Studio Download 2015 Free

Popular apps in For Developers