You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: "Welcome to Visual Studio 2015 | Microsoft Docs"
3
3
titleSuffix: ""
4
-
ms.date: 11/15/2016
4
+
ms.date: 04/16/2020
5
5
ms.prod: "visual-studio-dev14"
6
6
ms.topic: conceptual
7
7
f1_keywords:
@@ -20,68 +20,68 @@ manager: jillfra
20
20
Welcome to Visual Studio! We’ve got everything you need to create great apps for devices or desktop apps, for the web and in the cloud. Write code for iOS, Android, and Windows in one IDE. Get great IntelliSense, easy code navigation, fast builds, and quick deployment. Visual Studio increases your productivity and makes it easy to do your work alone or as part of a larger team.
21
21
22
22
> [!NOTE]
23
-
> Click here for release notes for [Visual Studio 2015 update 3](https://www.visualstudio.com/news/releasenotes/vs2015-update3-vs).
23
+
> Click here for release notes for [Visual Studio 2015 update 3](https://docs.microsoft.com/visualstudio/releasenotes/vs2015-update3-vs).
24
24
>
25
25
> Click here for release notes for [Visual Studio 2017](https://www.visualstudio.com/news/releasenotes/vs2017-relnotes).
26
26
27
-
Download [Visual Studio Community](https://visualstudio.microsoft.com/downloads/) for free to start coding right away. If you want to do cross-platform development, make sure that you install the optional packages. (You can get more features with [other editions of Visual Studio](https://visualstudio.microsoft.com/vs/compare/).)
27
+
Download [Visual Studio Community 2015](https://visualstudio.microsoft.com/vs/older-downloads/) for free to start coding right away. If you want to do cross-platform development, make sure that you install the optional packages. You can get more features with Visual Studio Professional or Visual Studio Enterprise.
28
28
29
-
Jump right in, create a new project, and start writing code. Choose the type of app you want to create. Or you can [take a tour](./ide/visual-studio-ide.md) of the Visual Studio IDE to get familiar with the tools.
29
+
Jump right in, create a new project, and start writing code. Choose the type of app you want to create. Or you can take a tour of the [Visual Studio IDE](./ide/visual-studio-ide.md) to get familiar with the tools.
30
30
31
31
And don’t forget to explore our [code gallery](https://code.msdn.microsoft.com/) to find samples to help you write your app more quickly!
32
32
33
-
You can install Visual Studio 2015 by downloading it from [Visual Studio Downloads](https://www.visualstudio.com/downloads/download-visual-studio-vs.aspx). To learn more about the installation process, see [Install Visual Studio 2015](./install/install-visual-studio-2015.md).
33
+
You can install Visual Studio 2015 by downloading it from [Visual Studio Downloads](https://visualstudio.microsoft.com/vs/older-downloads/). To learn more about the installation process, see [Install Visual Studio 2015](./install/install-visual-studio-2015.md).
34
34
35
35
## Extend Visual Studio
36
36
Add your own Visual Studio extension to include a tool or script that you often use while coding. You can create custom menu items and tool windows to integrate your own tools into the Visual Studio IDE. You can extend the Visual Studio editor to analyze and fix code, or add a new project type to include just what you need.
37
37
38
38
To find the latest version of the Visual Studio Extensibility Tools (VS SDK), see [Visual Studio SDK](./extensibility/visual-studio-sdk.md).
39
39
40
-
You can use the .NET Compiler Platform (Roslyn) to write your own code analyzers and code generators. Find everything you need at [Roslyn](https://github.com/dotnet/Roslyn).
40
+
You can use the [.NET Compiler Platform (Roslyn)](https://github.com/dotnet/Roslyn) to write your own code analyzers and code generators.
41
41
42
-
Find [existing extensions for the VS IDE](https://visualstudiogallery.msdn.microsoft.com/) created by Microsoft developers as well as our development community.
42
+
Find extensions for the Visual Studio IDE in the [Visual Studio Marketplace](https://visualstudiogallery.msdn.microsoft.com/). The extensions in the Marketplace are created by Microsoft developers as well as our development community.
43
43
44
44
## Build apps for Android, iOS, and Windows
45
-
You can use Visual Studio to build apps for Android, iOS, and Windows devices. Learn more about it at [Cross-Platform Mobile Development](./cross-platform/cross-platform-mobile-development-in-visual-studio.md).
45
+
You can use Visual Studio to build apps for Android, iOS, and Windows devices. Learn more about [Cross-Platform Mobile Development in Visual Studio](./cross-platform/cross-platform-mobile-development-in-visual-studio.md).
46
46
47
-
For information about Universal Windows Apps (UWP), see [Universal Windows Apps](https://dev.windows.com/windows-apps).
47
+
For information about Universal Windows Apps (UWP), see [What's a Universal Windows Platform (UWP) app?](https://docs.microsoft.com/windows/uwp/get-started/universal-application-platform-guide).
48
48
49
49
Choose the tools you need based on your app requirements and the language you want to use.
50
50
51
-
1.[Xamarin for Visual Studio](./cross-platform/build-apps-with-native-ui-using-xamarin-in-visual-studio.md): A common code base in C# for all devices
51
+
-[Xamarin for Visual Studio](./cross-platform/build-apps-with-native-ui-using-xamarin-in-visual-studio.md): A common code base in C# for all devices
52
52
53
-
2.[Apache Cordova with Visual Studio](https://msdn.microsoft.com/library/db446f2c-6ba4-4c76-aac5-4c66f43b8c42): A common code base for HTML, CSS, and JavaScript or Typescript
53
+
-[Apache Cordova with Visual Studio](https://msdn.microsoft.com/library/db446f2c-6ba4-4c76-aac5-4c66f43b8c42): A common code base for HTML, CSS, and JavaScript or Typescript
54
54
55
-
3.[Visual Studio Tools for Unity](./cross-platform/visual-studio-tools-for-unity.md): 2D/3D game development in C#
55
+
-[Visual Studio Tools for Unity](./cross-platform/visual-studio-tools-for-unity.md): 2D/3D game development in C#
56
56
57
-
4.[C++ for Cross-Platform Development](./cross-platform/visual-cpp-for-cross-platform-mobile-development.md): Shared code libraries and apps in C++
57
+
-[C++ for Cross-Platform Mobile Development](./cross-platform/visual-cpp-for-cross-platform-mobile-development.md): Shared code libraries and apps in C++
58
58
59
-
5.[Visual Studio Emulator for Android](./cross-platform/visual-studio-emulator-for-android.md): Visual Studio Emulator for Android: Debug and test your Android apps no matter the IDE
59
+
-[Visual Studio Emulator for Android](./cross-platform/visual-studio-emulator-for-android.md): Visual Studio Emulator for Android: Debug and test your Android apps no matter the IDE
60
60
61
61
## Connect your apps to services
62
62
You can connect to these services out of the box (assuming that you have an account for each service):
63
63
64
-
-[Azure Mobile Services](https://azure.microsoft.com/documentation/services/mobile-services/)
64
+
-[Azure Mobile Apps](https://azure.microsoft.com/documentation/services/mobile-services/)
- Integrate Office 365 REST APIs into your own app to connect to data stored in the cloud. For more information, see [these samples](https://github.com/OfficeDev/?utf8=%E2%9C%93&query=o365).
68
+
- Integrate Office 365 REST APIs into your own app to connect to data stored in the cloud. For more information, see [these samples](https://docs.microsoft.com/samples/browse/?products=office-365&term=REST).
69
69
70
-
## Write great Web apps with ASP.NET
71
-
[ASP.NET 5](https://docs.microsoft.com/aspnet/core/?view=aspnetcore-3.0) is a major Update to MVC, WebAPI and SignalR, and runs on Windows, Mac, and Linux. ASP.NET 5 has been designed from the ground up to provide you with a lean and composable .NET stack for building modern cloud-based web apps and services.
70
+
## Write great web apps with ASP.NET
71
+
[ASP.NET 5](https://docs.microsoft.com/aspnet/core/?view=aspnetcore-3.0) is a major Update to MVC, WebAPI and SignalR, and runs on Windows, Mac, and Linux. ASP.NET has been designed from the ground up to provide you with a lean and composable .NET stack for building modern cloud-based web apps and services.
72
72
73
73
## Build, test, and manage your code
74
74
75
75
### Check in your code
76
-
If you work on a team, you need to share the latest versions of the code too so everyone on the team is using the same codebase. Visual Studio seamlessly integrates with Visual Studio Team Services or Team Foundation Server to provide version control with Git or TFVC (Team Foundation Version Control). Use Visual Studio Team Services to store your code in the cloud with no maintenance of a local server. Use Team Foundation Server if you want to have an on-premises server. Every time you create a code project, you have the option to add it to version control. Learn about which version control system is best for your needs: [Use version control](https://msdn.microsoft.com/library/33267cee-fe5f-4aa3-b2cd-6d22ceace314).
76
+
If you work on a team, you need to share the latest versions of the code too so everyone on the team is using the same codebase. Visual Studio seamlessly integrates with Visual Studio Team Services or Team Foundation Server to provide version control with Git or TFVC (Team Foundation Version Control). Use Visual Studio Team Services to store your code in the cloud with no maintenance of a local server. Use Team Foundation Server if you want to have an on-premises server. Every time you create a code project, you have the option to add it to version control. To learn about which version control system is best for your needs, see [Choosing the right version control for your project](https://docs.microsoft.com/azure/devops/repos/tfvc/comparison-git-tfvc?view=azure-devops).
77
77
78
78
### Build your app
79
79
You can [build your app locally](./ide/compiling-and-building-in-visual-studio.md) and make sure that it works correctly. Then use the [debugging tools](./debugger/debugging-in-visual-studio.md) to fix any issues with your app. Or you can build projects on shared build servers or in the cloud. Automate your build process to build the code that the devs on your team have checked into version control. For example, you can build one or more projects nightly or every time that code is checked in.
80
80
81
81
### Test your app
82
82
[Create unit tests](./test/unit-test-your-code.md) to improve the quality of your app. These tests can be run every time you check in, and as part of your build.
83
83
84
-
Plan, create and run manual and automated tests for your app. Test plans, suites, test cases and your test results are stored in the cloud with Visual Studio Team Services or on-premises with Team Foundation Server. Learn more about [testing the application](https://msdn.microsoft.com/library/73baa961-c21f-43fe-bb92-3f59ae9b5945).
84
+
Plan, create, and run manual and automated tests for your app. Test plans, suites, test cases and your test results are stored in the cloud with Visual Studio Team Services or on-premises with Team Foundation Server. Learn more about [testing the application](https://msdn.microsoft.com/library/73baa961-c21f-43fe-bb92-3f59ae9b5945).
85
85
86
86
### Deliver your team’s code faster
87
87
Remove barriers between members of your team and improve collaboration. Go further and automate the release of your app to each stage in your development all the way to production. Monitor your app's performance and availability when live. Collect real-time usage data about how your customers are actually using your app. See [DevOps and Application Lifecycle Management](https://msdn.microsoft.com/library/74a1f71d-7f23-4c71-8fd7-89ede614fab6) for more details.
@@ -90,8 +90,8 @@ Welcome to Visual Studio! We’ve got everything you need to create great apps f
90
90
91
91
|||||
92
92
|-|-|-|-|
93
-
|[What’s new in Visual Studio 2015](./what-s-new-in-visual-studio-2015.md)|[What's New for Visual C#](https://msdn.microsoft.com/library/9f18dc26-27fa-4603-a639-b573f07a117b)|[What’s new for .NET Framework 4.6](https://msdn.microsoft.com/library/1d971dd7-10fc-4692-8dac-30ca308fc0fa)|[What’s new for ALM](/azure/devops/server/whats-new)|
94
-
|[What’s new for C++](https://msdn.microsoft.com/library/1cc09fad-85a2-43c2-b022-bb99f5fe0ad7)|[What's New for Visual Basic](https://msdn.microsoft.com/library/d7e97396-7f42-4873-a81c-4ebcc4b6ca02)|[What’s new for JavaScript](javascript/javascript-in-visual-studio.md#whats-new-in-javascript)||
93
+
|[What’s new in Visual Studio 2015](./what-s-new-in-visual-studio-2015.md)|[What's New for C#](https://msdn.microsoft.com/library/9f18dc26-27fa-4603-a639-b573f07a117b)|[What’s new in .NET Framework](https://msdn.microsoft.com/library/1d971dd7-10fc-4692-8dac-30ca308fc0fa)|[What’s new for Azure DevOps Server](/azure/devops/server/whats-new)|
94
+
|[What’s new for C++](https://docs.microsoft.com/previous-versions/hh409293(v=vs.140))|[What's New for Visual Basic](https://msdn.microsoft.com/library/d7e97396-7f42-4873-a81c-4ebcc4b6ca02)|[What’s new for JavaScript](https://docs.microsoft.com/visualstudio/javascript/javascript-in-visual-studio?view=vs-2015#whats-new-in-javascript)||
0 commit comments