Skip to content

Commit 0a357c5

Browse files
authored
fix wrong link (#6433)
* fix wrong link * fix broken link
1 parent 223fe00 commit 0a357c5

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed
Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Usage Guidelines"
2+
title: "Usage guidelines"
33
ms.date: "03/30/2017"
44
ms.technology: dotnet-standard
55
helpviewer_keywords:
@@ -8,24 +8,28 @@ ms.assetid: 42215ffa-a099-4a26-b14e-fb2bdb6f95b7
88
author: "rpetrusha"
99
ms.author: "ronpet"
1010
---
11-
# Usage Guidelines
12-
This section contains guidelines for using common types in publicly accessible APIs. It deals with direct usage of built-in Framework types (e.g., serialization attributes) and overloading common operators.
13-
14-
The <xref:System.IDisposable?displayProperty=nameWithType> interface is not covered in this section, but is discussed in the [Dispose Pattern](../../../docs/standard/design-guidelines/dispose-pattern.md) section.
11+
# Usage guidelines
12+
13+
This section contains guidelines for using common types in publicly accessible APIs. It deals with direct usage of built-in Framework types (e.g., serialization attributes) and overloading common operators.
1514

15+
The <xref:System.IDisposable?displayProperty=nameWithType> interface is not covered in this section, but is discussed in the [Dispose Pattern](../../../docs/standard/design-guidelines/dispose-pattern.md) section.
16+
1617
> [!NOTE]
17-
> For guidelines and additional information about about other common, built-in .NET Framework types, see the reference topics for the following: <xref:System.DateTime?displayProperty=nameWithType>, <xref:System.DateTimeOffset?displayProperty=nameWithType>, <xref:System.ICloneable?displayProperty=nameWithType>, <xref:System.IComparable%601?displayProperty=nameWithType>, <xref:System.IEquatable%601?displayProperty=nameWithType>, <xref:System.Nullable%601?displayProperty=nameWithType>, <xref:System.Object?displayProperty=nameWithType>, <xref:System.Uri?displayProperty=nameWithType>.
18-
19-
## In This Section
20-
[Arrays](../../../docs/standard/design-guidelines/arrays.md)
21-
[Attributes](../../../docs/standard/design-guidelines/attributes.md)
22-
[Collections](/cpp/mfc/collections)
23-
[Serialization](../../../docs/standard/design-guidelines/serialization.md)
24-
[System.Xml Usage](../../../docs/standard/design-guidelines/system-xml-usage.md)
25-
[Equality Operators](../../../docs/standard/design-guidelines/equality-operators.md)
26-
*Portions © 2005, 2009 Microsoft Corporation. All rights reserved.*
27-
28-
*Reprinted by permission of Pearson Education, Inc. from [Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries, 2nd Edition](https://www.informit.com/store/framework-design-guidelines-conventions-idioms-and-9780321545619) by Krzysztof Cwalina and Brad Abrams, published Oct 22, 2008 by Addison-Wesley Professional as part of the Microsoft Windows Development Series.*
18+
> For guidelines and additional information about about other common, built-in .NET Framework types, see the reference topics for the following: <xref:System.DateTime?displayProperty=nameWithType>, <xref:System.DateTimeOffset?displayProperty=nameWithType>, <xref:System.ICloneable?displayProperty=nameWithType>, <xref:System.IComparable%601?displayProperty=nameWithType>, <xref:System.IEquatable%601?displayProperty=nameWithType>, <xref:System.Nullable%601?displayProperty=nameWithType>, <xref:System.Object?displayProperty=nameWithType>, <xref:System.Uri?displayProperty=nameWithType>.
19+
20+
## In this section
21+
22+
[Arrays](arrays.md)
23+
[Attributes](attributes.md)
24+
[Collections](guidelines-for-collections.md)
25+
[Serialization](serialization.md)
26+
[System.Xml Usage](system-xml-usage.md)
27+
[Equality Operators](equality-operators.md)
28+
29+
*Portions © 2005, 2009 Microsoft Corporation. All rights reserved.*
30+
31+
*Reprinted by permission of Pearson Education, Inc. from [Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries, 2nd Edition](https://www.informit.com/store/framework-design-guidelines-conventions-idioms-and-9780321545619) by Krzysztof Cwalina and Brad Abrams, published Oct 22, 2008 by Addison-Wesley Professional as part of the Microsoft Windows Development Series.*
2932

30-
## See Also
31-
[Framework Design Guidelines](../../../docs/standard/design-guidelines/index.md)
33+
## See also
34+
35+
[Framework Design Guidelines](../../../docs/standard/design-guidelines/index.md)

0 commit comments

Comments
 (0)