Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
"docs/fundamentals/diagnostics/**.md": "reference",
"docs/standard/**/*how-to*.md": "how-to",
"docs/standard/base-types/*.md": "how-to",
"docs/standard/data/sqlite/*.md": "reference",
"docs/visual-basic/language-reference/**/*.md": "reference",
"docs/visual-basic/reference/**/*.md": "reference",
"docs/visual-basic/misc/bc*.md": "error-reference"
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/assembly/create-public-private-key-pair.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ helpviewer_keywords:
- "public-private key pairs"
- ".snk files"
- "strong-named assemblies, key pairs"
ms.assetid: 05026813-f3bd-4d7c-9e0b-fc588eb3d114
dev_langs:
- "csharp"
- "vb"
- "cpp"
ms.topic: how-to
---
# How to: Create a public-private key pair

Expand Down
2 changes: 1 addition & 1 deletion docs/standard/assembly/create-signed-friend.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: "How to: Create signed friend assemblies"
description: This article shows how to use friend assemblies with assemblies that have strong names. It includes information about .NET security.
ms.date: 08/19/2019
ms.assetid: bab62063-61e6-453f-905f-77673df9534e
dev_langs:
- "csharp"
- "vb"
ms.topic: how-to
---
# How to: Create signed friend assemblies

Expand Down
2 changes: 1 addition & 1 deletion docs/standard/assembly/create-unsigned-friend.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: "How to: Create unsigned friend assemblies"
description: This article shows how to use friend assemblies with assemblies that are unsigned. It includes information about .NET security.
ms.date: 08/19/2019
ms.assetid: 78cbc4f0-b021-4141-a4ff-eb4edbd814ca
dev_langs:
- "csharp"
- "vb"
ms.topic: how-to
---
# How to: Create unsigned friend assemblies

Expand Down
2 changes: 1 addition & 1 deletion docs/standard/assembly/create-use-strong-named.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ helpviewer_keywords:
- "assemblies [.NET], strong-named"
- "strong-named assemblies, loading into trusted application domains"
- "assembly binding, strong-named"
ms.assetid: ffbf6d9e-4a88-4a8a-9645-4ce0ee1ee5f9
ms.topic: how-to
---
# Create and use strong-named assemblies

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ms.date: "08/20/2019"
helpviewer_keywords:
- "strong-name bypass feature"
- "strong-named assemblies, loading into trusted application domains"
ms.assetid: 234e088c-3b11-495a-8817-e0962be79d82
ms.topic: how-to
---
# How to: Disable the strong-name bypass feature

Expand Down
2 changes: 1 addition & 1 deletion docs/standard/assembly/embed-types-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Walkthrough: Embed types from managed assemblies in Visual Studio"
description: This walkthrough shows you how to embed types from managed assemblies in .NET using Visual Studio. Embedded types can support version independence.
ms.date: 08/19/2019
ms.assetid: 55ed13c9-c5bb-4bc2-bcd8-0587eb568864
ms.topic: tutorial
dev_langs:
- "csharp"
- "vb"
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/assembly/find-fully-qualified-name.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ helpviewer_keywords:
- "names [.NET], fully qualified type names"
- "names [.NET], assemblies"
- "assemblies [.NET], names"
ms.assetid: 009dae23-e1f6-4a64-9a9a-32e4c34802b0
ms.topic: how-to
dev_langs:
- "csharp"
- "vb"
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/assembly/identify.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "How to: Determine if a file is an assembly"
description: This article shows you how determine whether a file is a .NET assembly, both manually and programmatically.
ms.date: 08/19/2019
ms.assetid: ea5186bb-5bff-4dcb-bde9-d6ba4e2edd00
ms.topic: how-to
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "How to: Inspect assembly contents using MetadataLoadContext"
description: "Learn how to use MetadataLoadContext, which is an API that enables you to load .NET assemblies for inspection purposes."
author: MSDN-WhiteKnight
ms.date: 03/10/2020
ms.topic: how-to
---
# How to: Inspect assembly contents using MetadataLoadContext

Expand Down
2 changes: 1 addition & 1 deletion docs/standard/assembly/load-unload.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "How to: Load and unload assemblies"
description: The CLR automatically loads .NET assemblies referenced by a program. You can also dynamically load specific assemblies into the current application domain.
ms.date: 08/19/2019
ms.assetid: 6a4f490f-3576-471f-9533-003737cad4a3
ms.topic: how-to
---
# How to: Load and unload assemblies

Expand Down
2 changes: 1 addition & 1 deletion docs/standard/assembly/reference-strong-named.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ helpviewer_keywords:
- "compile-time assembly referencing"
- "assemblies [.NET], strong-named"
- "assembly binding, strong-named"
ms.assetid: 4c6a406a-b5eb-44fa-b4ed-4e95bb95a813
ms.topic: how-to
dev_langs:
- "csharp"
- "vb"
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/assembly/sign-strong-name.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ helpviewer_keywords:
- "signing assemblies"
- "assemblies [.NET], signing"
- "assemblies [.NET], strong-named"
ms.assetid: 2c30799a-a826-46b4-a25d-c584027a6c67
ms.topic: how-to
dev_langs:
- "csharp"
- "vb"
Expand Down
1 change: 1 addition & 0 deletions docs/standard/assembly/unloadability.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: "Learn how to use collectible AssemblyLoadContext for loading and u
author: "janvorli"
ms.author: "janvorli"
ms.date: "02/05/2019"
ms.topic: how-to
---
# How to use and debug assembly unloadability in .NET Core

Expand Down
2 changes: 1 addition & 1 deletion docs/standard/assembly/view-contents.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ helpviewer_keywords:
- "viewing assembly information"
- "MSIL"
- "viewing MSIL information"
ms.assetid: fb7baaab-4c0d-47ad-8fd3-4591cf834709
ms.topic: how-to
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ helpviewer_keywords:
- "AsyncWaitHandle property"
- "asynchronous programming, blocking applications"
- "blocking application execution"
ms.assetid: cc5e2834-a65b-4df8-b750-7bdb79997fee
ms.topic: how-to
dev_langs:
- "csharp"
- "vb"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ helpviewer_keywords:
- "asynchronous programming, blocking applications"
- "stopping asynchronous operations"
- "blocking application execution"
ms.assetid: 3e32daf2-8161-4e8f-addd-9fd9ff101b03
ms.topic: how-to
---
# Blocking Application Execution Using an AsyncWaitHandle

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ helpviewer_keywords:
- "AsyncOperation class"
- "threading [Windows Forms], asynchronous features"
- "AsyncCompletedEventArgs class"
ms.assetid: 61f676b5-936f-40f6-83ce-f22805ec9c2f
ms.topic: tutorial
---
# How to: Implement a Component That Supports the Event-based Asynchronous Pattern

Expand Down Expand Up @@ -79,7 +79,7 @@ If you are writing a class with some operations that may incur noticeable delays
[!code-csharp[System.ComponentModel.AsyncOperationManager#6](snippets/component-that-supports-the-event-based-asynchronous-pattern/csharp/primenumbercalculatormain.cs#6)]
[!code-vb[System.ComponentModel.AsyncOperationManager#6](snippets/component-that-supports-the-event-based-asynchronous-pattern/vb/primenumbercalculatormain.vb#6)]

## Checkpoint
## Checkpoint 1

At this point, you can build the component.

Expand Down Expand Up @@ -154,7 +154,7 @@ If you are writing a class with some operations that may incur noticeable delays
[!code-csharp[System.ComponentModel.AsyncOperationManager#26](snippets/component-that-supports-the-event-based-asynchronous-pattern/csharp/primenumbercalculatormain.cs#26)]
[!code-vb[System.ComponentModel.AsyncOperationManager#26](snippets/component-that-supports-the-event-based-asynchronous-pattern/vb/primenumbercalculatormain.vb#26)]

## Checkpoint
## Checkpoint 2

At this point, you can build the component.

Expand Down Expand Up @@ -210,7 +210,7 @@ If you are writing a class with some operations that may incur noticeable delays
[!code-csharp[System.ComponentModel.AsyncOperationManager#29](snippets/component-that-supports-the-event-based-asynchronous-pattern/csharp/primenumbercalculatormain.cs#29)]
[!code-vb[System.ComponentModel.AsyncOperationManager#29](snippets/component-that-supports-the-event-based-asynchronous-pattern/vb/primenumbercalculatormain.vb#29)]

## Checkpoint
## Checkpoint 3

At this point, you can build the component.

Expand Down Expand Up @@ -238,7 +238,7 @@ If you are writing a class with some operations that may incur noticeable delays
[!code-csharp[System.ComponentModel.AsyncOperationManager#4](snippets/component-that-supports-the-event-based-asynchronous-pattern/csharp/primenumbercalculatormain.cs#4)]
[!code-vb[System.ComponentModel.AsyncOperationManager#4](snippets/component-that-supports-the-event-based-asynchronous-pattern/vb/primenumbercalculatormain.vb#4)]

## Checkpoint
## Checkpoint 4

At this point, you can build the component.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ helpviewer_keywords:
- "AsyncOperation class"
- "threading [Windows Forms], asynchronous features"
- "AsyncCompletedEventArgs class"
ms.assetid: 21a858c1-3c99-4904-86ee-0d17b49804fa
ms.topic: how-to
---
# How to: Implement a Client of the Event-based Asynchronous Pattern

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ helpviewer_keywords:
- "AsyncOperation class"
- "threading [Windows Forms], asynchronous features"
- "AsyncCompletedEventArgs class"
ms.assetid: 35e9549c-1568-4768-ad07-17cc6dff11e1
ms.topic: how-to
---
# How to: Use Components That Support the Event-based Asynchronous Pattern

Expand Down
2 changes: 1 addition & 1 deletion docs/standard/attributes/applying-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dev_langs:
helpviewer_keywords:
- "assemblies [.NET], attributes"
- "attributes [.NET], applying"
ms.assetid: dd7604eb-9fa3-4b60-b2dd-b47739fa3148
ms.topic: how-to
---
# Apply attributes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ helpviewer_keywords:
- "retrieving attributes"
- "multiple attribute instances"
- "attributes [.NET], retrieving"
ms.assetid: 37dfe4e3-7da0-48b6-a3d9-398981524e1c
ms.topic: how-to
---
# Retrieving Information Stored in Attributes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: "Learn more about: Convert .NET types to strings"
title: "Converting .NET Types to Strings"
ms.date: "03/30/2017"
ms.assetid: dc2e2b65-f623-4dc3-938b-d2a054d6832c
ms.topic: how-to
---
# Convert .NET types to strings

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ms.date: "03/30/2017"
dev_langs:
- "csharp"
- "vb"
ms.assetid: 65455ef3-9120-412c-819b-d0f59f88ac09
ms.topic: how-to
---
# Convert strings to .NET data types

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: "Learn more about: Node Types Recognized with XPath Queries"
title: "Node Types Recognized with XPath Queries"
ms.date: "03/30/2017"
ms.assetid: 1d33e22d-18e5-43f8-a466-2e3d0a8dd094
ms.topic: reference
---
# Node Types Recognized with XPath Queries

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: "Learn more about: Output Options on the XslCompiledTransform Class"
title: "Output Options on the XslCompiledTransform Class"
ms.date: "03/30/2017"
ms.assetid: 91ce8cba-386c-411e-bb38-0891a0393c0a
ms.topic: reference
---
# Output Options on the XslCompiledTransform Class

Expand Down
2 changes: 1 addition & 1 deletion docs/standard/data/xml/outputs-from-an-xsltransform.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: "Learn more about: Outputs from an XslTransform"
title: "Outputs from an XslTransform"
ms.date: "03/30/2017"
ms.assetid: 8e149d32-4b2f-493f-9e4b-d0d93475acde
ms.topic: reference
---
# Outputs from an XslTransform

Expand Down
2 changes: 1 addition & 1 deletion docs/standard/data/xml/recoverable-xslt-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: "Learn more about: Recoverable XSLT Errors"
title: "Recoverable XSLT Errors"
ms.date: "03/30/2017"
ms.assetid: 484929b0-fefb-4629-87ee-ebdde70ff1f8
ms.topic: reference
---
# Recoverable XSLT Errors

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: "Learn more about: Removing Attributes from an Element Node in the DOM"
title: "Removing Attributes from an Element Node in the DOM"
ms.date: "03/30/2017"
ms.assetid: 7ede6f9e-a3ac-49a4-8488-ab8360a44aa4
ms.topic: how-to
---
# Removing Attributes from an Element Node in the DOM

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: "Learn more about: Rules for Inferring Schema Node Types and Structure"
title: "Rules for Inferring Schema Node Types and Structure"
ms.date: "03/30/2017"
ms.assetid: d74ce896-717d-4871-8fd9-b070e2f53cb0
ms.topic: reference
---
# Rules for Inferring Schema Node Types and Structure

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: "Learn more about: Rules for Inferring Simple Types"
title: "Rules for Inferring Simple Types"
ms.date: "03/30/2017"
ms.assetid: 394624d6-4da0-430a-8a88-46efe40f14de
ms.topic: reference
---
# Rules for Inferring Simple Types

Expand Down
2 changes: 1 addition & 1 deletion docs/standard/data/xml/saving-and-writing-a-document.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ms.date: "03/30/2017"
dev_langs:
- "csharp"
- "vb"
ms.assetid: 097b0cb1-5743-4c3a-86ef-caf5cbe6750d
ms.topic: how-to
---
# Saving and Writing a Document

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ms.date: "03/30/2017"
dev_langs:
- "csharp"
- "vb"
ms.assetid: 8e4450dc-56b3-472b-b467-32f5694f83ad
ms.topic: how-to
---
# Select Nodes Using XPath Navigation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ms.date: "03/30/2017"
dev_langs:
- "csharp"
- "vb"
ms.assetid: c268c49e-32b9-4171-b782-dcb7b065fa73
ms.topic: how-to
---
# Select XML Data Using XPathNavigator

Expand Down
2 changes: 1 addition & 1 deletion docs/standard/data/xml/types-of-xml-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: "Learn more about: Types of XML Nodes"
title: "Types of XML Nodes"
ms.date: "03/30/2017"
ms.assetid: 71d03b78-6898-4ce7-b0fc-1282573f31f7
ms.topic: reference
---
# Types of XML Nodes

Expand Down
2 changes: 1 addition & 1 deletion docs/standard/data/xml/xml-document-creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ms.date: "03/30/2017"
dev_langs:
- "csharp"
- "vb"
ms.assetid: 877e9c62-b082-4bfb-bc5b-f47297eb30ef
ms.topic: how-to
---
# XML Document Creation

Expand Down
2 changes: 1 addition & 1 deletion docs/standard/data/xml/xml-processing-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "XML Processing Options"
description: Review options for XML processing, which include LINQ to XML, XmlReader, XmlWriter, XmlDocument, XPathNavigator, XslCompiledTransform, XmlLite, and MSXML.
ms.date: "03/30/2017"
ms.assetid: 33ced8ee-1745-4e71-8dee-ebe70ec067c7
ms.topic: reference
---
# XML Processing Options

Expand Down
2 changes: 1 addition & 1 deletion docs/standard/datetime/access-utc-and-local.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ helpviewer_keywords:
- "local time zone access"
- "time zones [.NET], retrieving"
- "time zones [.NET], UTC"
ms.assetid: 961fb70b-83f0-4dab-a042-cb5fcd817cf5
ms.topic: how-to
---
# How to: Access the predefined UTC and local time zone objects

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ helpviewer_keywords:
- "converting times"
- "Date data type, converting"
- "local time conversions"
ms.assetid: b605ff97-0c45-4c24-833f-4c6a3e8be64c
ms.topic: how-to
---
# Converting between DateTime and DateTimeOffset

Expand Down
Loading