Skip to content

Commit 7495236

Browse files
ghogeneddynaka
authored andcommitted
Deal with samples browser links (#2)
1 parent d5adbea commit 7495236

7 files changed

+3
-9
lines changed

docs/vs-2015/azure/vs-azure-tools-optimizing-azure-code-in-visual-studio.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ See the following topics for more information.
105105

106106
* For an overview, see [Shared Access Signature Authentication with Service Bus](https://msdn.microsoft.com/library/dn170477.aspx)
107107
* [How to use Shared Access Signature Authentication with Service Bus](https://msdn.microsoft.com/library/dn205161.aspx)
108-
* For a sample project, see [Using Shared Access Signature (SAS) authentication with Service Bus Subscriptions](https://docs.microsoft.com/samples/browse/-samples)
109108

110109
## Consider using OnMessage method to avoid "receive loop"
111110
### ID

docs/vs-2015/debugger/prefetch-content-for-windows-store-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ manager: jillfra
2020

2121
Applies to Windows only](../Image/windows_only_content.png "windows_only_content")
2222

23-
To make your Windows Store app more responsive, you can request Windows to preload some web content, such as web pages or images, into the app's [WinINet](https://msdn.microsoft.com/0a06f2af-957a-4dff-a8cc-187370181b5c)[WinINet](https://msdn.microsoft.com/library/aa383630.aspx)cache. This functionality is called prefetching. It’s especially effective for content that's used at startup but you can prefetch other frequently used content, too. The methods of the [Windows.Networking.BackgroundTransfer.ContentPrefetcher](https://msdn.microsoft.com/library/windows/apps/windows.networking.backgroundtransfer.contentprefetcher.aspx) class let you specify the URIs of the content that you want to preload. See the Windows SDK [Content prefetch sample](https://docs.microsoft.com/samples/browse/-samples) for examples of how to add ContentPrefetcher functionality to your app.
23+
To make your Windows Store app more responsive, you can request Windows to preload some web content, such as web pages or images, into the app's [WinINet](https://msdn.microsoft.com/0a06f2af-957a-4dff-a8cc-187370181b5c)[WinINet](https://msdn.microsoft.com/library/aa383630.aspx)cache. This functionality is called prefetching. It’s especially effective for content that's used at startup but you can prefetch other frequently used content, too. The methods of the [Windows.Networking.BackgroundTransfer.ContentPrefetcher](https://msdn.microsoft.com/library/windows/apps/windows.networking.backgroundtransfer.contentprefetcher.aspx) class let you specify the URIs of the content that you want to preload.
2424

2525
Windows uses heuristics to determine when and if prefetching should occur and which resources will be downloaded. The heuristics take into account system network and power conditions, user app usage history, and the results of prior prefetch attempts. In Visual Studio, you can use the **Trigger Windows Store App Prefetch** command to force Windows to ignore the ContentPrefetcher heuristics and preload all of the specified web content. This can be useful if you want test the app's behavior or performance with the content to prefetch in a known state (either loaded or not loaded).
2626

docs/vs-2015/ide/tutorial-1-create-a-picture-viewer.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ In this tutorial, you build a program that loads a picture from a file and displ
3434
![Picture that you create in this tutorial](../ide/media/express-pictureviewerdone.png "Express_PictureViewerDone")
3535
Picture that you create in this tutorial
3636

37-
To download a completed version of the sample, see [Complete Picture Viewer tutorial sample](https://docs.microsoft.com/samples/browse/-samples).
38-
3937
![link to video](../data-tools/media/playvideo.gif "PlayVideo")For a video version of this topic, see [How Do I: Create a Picture Viewer in Visual Basic?](https://go.microsoft.com/fwlink/?LinkId=205207) or [How Do I: Create a Picture Viewer in C#?](https://go.microsoft.com/fwlink/?LinkId=205198).
4038

4139
> [!NOTE]

docs/vs-2015/misc/vspackages-and-the-managed-package-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can reduce development time by creating a VSPackage with the managed package
2323

2424
- Build your VSPackage without the [!INCLUDE[vsprvs](../includes/vsprvs-md.md)] Package project template
2525

26-
For example, you can copy a sample VSPackage and change the GUIDs and the names. You can find samples in the VSX section of [Code Gallery](https://docs.microsoft.com/samples/browse/-samples).
26+
For example, you can copy a sample VSPackage and change the GUIDs and the names.
2727

2828
## In This Section
2929
[Managed Package Framework Classes](../misc/managed-package-framework-classes.md)

docs/vs-2015/modeling/edit-uml-models-and-diagrams.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,6 @@ You can create and edit a UML model through the views provided by several differ
320320
## <a name="extensions"></a> Extending the UML Designers
321321
You can add new functionality to the UML tools and adapt the diagram notation to your own needs. For more information, see [Extend UML models and diagrams](../modeling/extend-uml-models-and-diagrams.md).
322322

323-
There are several sample extensions available. You can either just install and use them, or you can use their source code as the basis for your own extensions. The samples include:
324-
325323
## See Also
326324
[Create UML modeling projects and diagrams](../modeling/create-uml-modeling-projects-and-diagrams.md)
327325
[Analyzing and Modeling Architecture](../modeling/analyze-and-model-your-architecture.md)

docs/vs-2015/modeling/how-to-modify-a-standard-menu-command-in-a-domain-specific-language.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,3 @@ protected override void ProcessOnMenuDeleteCommand()
152152
[How VSPackages Add User Interface Elements](../extensibility/internals/how-vspackages-add-user-interface-elements.md)
153153
[Visual Studio Command Table (.Vsct) Files](../extensibility/internals/visual-studio-command-table-dot-vsct-files.md)
154154
[VSCT XML Schema Reference](../extensibility/vsct-xml-schema-reference.md)
155-
[Sample code: Circuit Diagrams](https://docs.microsoft.com/samples/browse/-samples)

docs/vs-2015/modeling/uml-class-diagrams-guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ visibility operation-name (parameter1 : Type1, ...) : Type
345345
For the full details of these and other properties, see [Properties of associations on UML class diagrams](../modeling/properties-of-associations-on-uml-class-diagrams.md).
346346

347347
### Navigability
348-
When you draw an association, it has an arrow at one end, signifying that the association is navigable in that direction. This is useful if your class diagram represents software classes, and the associations represent pointers or references. But when you use a class diagram to represent entities and relations or business concepts, it is less relevant to represent navigability. In this case, you might prefer to draw associations without arrows. You can do so by setting the **Is Navigable** property on both ends of the association to True. To make this easier, you can download the code sample [UML Domain Modeling](https://docs.microsoft.com/samples/browse/-samples).
348+
When you draw an association, it has an arrow at one end, signifying that the association is navigable in that direction. This is useful if your class diagram represents software classes, and the associations represent pointers or references. But when you use a class diagram to represent entities and relations or business concepts, it is less relevant to represent navigability. In this case, you might prefer to draw associations without arrows. You can do so by setting the **Is Navigable** property on both ends of the association to True.
349349

350350
### Attributes and Associations
351351
An association is a pictorial way of showing an attribute. For example, instead of creating a class Restaurant with an attribute of type Menu, you can draw an association from Restaurant to Menu.

0 commit comments

Comments
 (0)