Skip to content

Commit 0b8497b

Browse files
authored
Merge pull request #6427 from MarkMcGee1/master
Freshness update
2 parents 7281c74 + 8a240c0 commit 0b8497b

File tree

1 file changed

+26
-28
lines changed

1 file changed

+26
-28
lines changed
Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Welcome to Visual Studio 2015 | Microsoft Docs"
33
titleSuffix: ""
4-
ms.date: 11/15/2016
4+
ms.date: 04/16/2020
55
ms.prod: "visual-studio-dev14"
66
ms.topic: conceptual
77
f1_keywords:
@@ -20,68 +20,68 @@ manager: jillfra
2020
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.
2121

2222
> [!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).
2424
>
2525
> Click here for release notes for [Visual Studio 2017](https://www.visualstudio.com/news/releasenotes/vs2017-relnotes).
2626
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.
2828

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.
3030

3131
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!
3232

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).
3434

3535
## Extend Visual Studio
3636
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.
3737

3838
To find the latest version of the Visual Studio Extensibility Tools (VS SDK), see [Visual Studio SDK](./extensibility/visual-studio-sdk.md).
3939

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.
4141

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.
4343

4444
## 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).
4646

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).
4848

4949
Choose the tools you need based on your app requirements and the language you want to use.
5050

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
5252

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
5454

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#
5656

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++
5858

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
6060

6161
## Connect your apps to services
6262
You can connect to these services out of the box (assuming that you have an account for each service):
6363

64-
- [Azure Mobile Services](https://azure.microsoft.com/documentation/services/mobile-services/)
64+
- [Azure Mobile Apps](https://azure.microsoft.com/documentation/services/mobile-services/)
6565

6666
- [Azure Storage](https://azure.microsoft.com/documentation/services/storage/)
6767

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://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).
6969

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.
7272

7373
## Build, test, and manage your code
7474

7575
### 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).
7777

7878
### Build your app
7979
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.
8080

8181
### Test your app
8282
[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.
8383

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).
8585

8686
### Deliver your team’s code faster
8787
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
9090

9191
|||||
9292
|-|-|-|-|
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)||
9595
|[Python](./python/getting-started-with-python.md)||||
9696

9797
## In this section
@@ -100,7 +100,7 @@ Welcome to Visual Studio! We’ve got everything you need to create great apps f
100100

101101
- [Install Visual Studio 2015](./install/install-visual-studio-2015.md)
102102

103-
- [Porting, Migrating, and Upgrading Visual Studio Projects](./porting/porting-migrating-and-upgrading-visual-studio-projects.md)
103+
- [Port, Migrate, and Upgrade Visual Studio Projects](./porting/porting-migrating-and-upgrading-visual-studio-projects.md)
104104

105105
- [Visual Studio IDE](./ide/visual-studio-ide.md)
106106

@@ -110,7 +110,9 @@ Welcome to Visual Studio! We’ve got everything you need to create great apps f
110110

111111
- [Cross-Platform Mobile Development](./cross-platform/cross-platform-mobile-development-in-visual-studio.md)
112112

113-
- [C# and Visual Basic Shared Programming Concepts](https://msdn.microsoft.com/library/fa9bf5e6-07c8-4b5b-b1ae-8a22816a63c6)
113+
- [Visual Basic](https://docs.microsoft.com/dotnet/visual-basic/?view=vs-2015)
114+
115+
- [C#](https://docs.microsoft.com/dotnet/csharp/?view=vs-2015)
114116

115117
- [Visual C++](https://msdn.microsoft.com/library/e8dcc44c-a3e2-4ffe-887c-fd15b18dc458)
116118

@@ -120,8 +122,4 @@ Welcome to Visual Studio! We’ve got everything you need to create great apps f
120122

121123
- [Visual F#](https://msdn.microsoft.com/library/66f52f8a-a034-4c32-bb83-fa5b030faa4d)
122124

123-
- [Visual Studio LightSwitch](https://msdn.microsoft.com/library/2021a2cf-f684-493f-8d1b-4cdf39bc6eb3)
124-
125-
- [DevOps and Application Lifecycle Management](https://msdn.microsoft.com/library/74a1f71d-7f23-4c71-8fd7-89ede614fab6)
126-
127125
- [Talk to Us](./ide/talk-to-us.md)

0 commit comments

Comments
 (0)