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
Copy file name to clipboardExpand all lines: docs/deployment/clickonce-deployment-samples-and-walkthroughs.md
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -4,35 +4,35 @@ ms.custom: ""
4
4
ms.date: "11/04/2016"
5
5
ms.technology: vs-ide-deployment
6
6
ms.topic: "conceptual"
7
-
dev_langs:
7
+
dev_langs:
8
8
- "FSharp"
9
9
- "VB"
10
10
- "CSharp"
11
11
- "C++"
12
-
helpviewer_keywords:
12
+
helpviewer_keywords:
13
13
- "applications [Visual Studio], walkthroughs"
14
14
- "Visual Studio, deployment walkthroughs"
15
15
- "Visual Studio, walkthroughs"
16
16
ms.assetid: 3973276b-7b11-4692-a0a2-32bebf0b9c2a
17
17
author: mikejo5000
18
18
ms.author: mikejo
19
19
manager: douge
20
-
ms.workload:
20
+
ms.workload:
21
21
- "multiple"
22
22
---
23
23
# ClickOnce deployment samples and walkthroughs
24
-
This section contains sample applications, example code, and step-by-step walkthroughs that illustrate the syntax, structure, and techniques used to deploy Windows Forms, WPF, and console applications.
25
-
26
-
The sample code is intended for instructional purposes, and should not be used in deployed solutions without modifications. In particular, security must be taken into greater consideration.
27
-
28
-
## ClickOnce deployment
29
-
30
-
|Topic|Description|
31
-
|-----------|-----------------|
32
-
|[Deploy a ClickOnce application manually](../deployment/walkthrough-manually-deploying-a-clickonce-application.md)|Explains how to use .NET Framework utilities to deploy your ClickOnce application.|
33
-
|[Download assemblies on demand with the ClickOnce deployment API](../deployment/walkthrough-downloading-assemblies-on-demand-with-the-clickonce-deployment-api.md)|Demonstrates how to mark certain assemblies in your application as "optional," and how to download them using classes in the <xref:System.Deployment.Application> namespace.|
34
-
|[Download assemblies on demand with the ClickOnce deployment API using the designer](../deployment/walkthrough-downloading-assemblies-on-demand-with-the-clickonce-deployment-api-using-the-designer.md)|Explains how to download application assemblies only when they are first used by the application.|
35
-
36
-
## See also
37
-
[Visual Studio walkthroughs](https://msdn.microsoft.com/library/f5399a1f-2d3d-42fb-b989-134ccda2159f)
38
-
[Visual Studio samples](../ide/visual-studio-samples.md)
24
+
This section contains sample applications, example code, and step-by-step walkthroughs that illustrate the syntax, structure, and techniques used to deploy Windows Forms, WPF, and console applications.
25
+
26
+
The sample code is intended for instructional purposes, and should not be used in deployed solutions without modifications. In particular, security must be taken into greater consideration.
27
+
28
+
## ClickOnce deployment
29
+
30
+
|Topic|Description|
31
+
|-----------|-----------------|
32
+
|[Deploy a ClickOnce application manually](../deployment/walkthrough-manually-deploying-a-clickonce-application.md)|Explains how to use .NET Framework utilities to deploy your ClickOnce application.|
33
+
|[Download assemblies on demand with the ClickOnce deployment API](../deployment/walkthrough-downloading-assemblies-on-demand-with-the-clickonce-deployment-api.md)|Demonstrates how to mark certain assemblies in your application as "optional," and how to download them using classes in the <xref:System.Deployment.Application> namespace.|
34
+
|[Download assemblies on demand with the ClickOnce deployment API using the designer](../deployment/walkthrough-downloading-assemblies-on-demand-with-the-clickonce-deployment-api-using-the-designer.md)|Explains how to download application assemblies only when they are first used by the application.|
35
+
36
+
## See also
37
+
38
+
-[Visual Studio walkthroughs](https://msdn.microsoft.com/library/f5399a1f-2d3d-42fb-b989-134ccda2159f)
Copy file name to clipboardExpand all lines: docs/ide/getting-started-with-cpp-in-visual-studio.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ Now that you've verified that everything works, you can prepare a release build
146
146
147
147
When this build completes, you've created an app that you can copy and run in any command prompt window. It may not do much, but it's the gateway to greater things.
148
148
149
-
Congratulations on completing this quickstart! If you want to explore more examples, see [Visual Studio samples](../ide/visual-studio-samples.md).
Copy file name to clipboardExpand all lines: docs/install/install-visual-studio.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -124,15 +124,17 @@ For more information, see the [Change installation locations in Visual Studio](c
124
124
125
125
## Step 8 - Start developing
126
126
127
-
1. After Visual Studio installation is complete, click the **Launch** button to [get started developing with Visual Studio](../ide/get-started-developing-with-visual-studio.md).
127
+
1. After Visual Studio installation is complete, click the **Launch** button to get started developing with Visual Studio.
128
128
129
129
2. Click **File**, and then click **New Project**.
130
130
131
-
3. Select a project type. <br><br>
132
-
For example, to [build a C++ app](../ide/getting-started-with-cpp-in-visual-studio.md), click **Installed**, expand **Visual C++**, and then select the C++ project type that you want to build. <br><br>
133
-
To [build a C# app](../ide/walkthrough-create-a-simple-application-with-visual-csharp-or-visual-basic.md), click **Installed**, expand **Visual C#**, and then select the C# project type that you want to build.
For example, to [build a C++ app](../ide/getting-started-with-cpp-in-visual-studio.md), click **Installed**, expand **Visual C++**, and then select the C++ project type that you want to build.
134
+
135
+
To [build a C# app](../ide/walkthrough-create-a-simple-application-with-visual-csharp-or-visual-basic.md), click **Installed**, expand **Visual C#**, and then select the C# project type that you want to build.
0 commit comments