Skip to content

Commit 9fd8ef9

Browse files
committed
PR feedback fixes
1 parent 89defd0 commit 9fd8ef9

File tree

7 files changed

+11
-17
lines changed

7 files changed

+11
-17
lines changed

support/developer/dotnet/framework/general/open-database-by-sql-server-dotnet-data-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The `System.Data.SqlClient` namespace describes a collection of classes that are
1515

1616
In this article, connections are set up both programmatically and by using the Visual Studio .NET Server Explorer. The code samples in this article use the `SqlConnection`, `SqlCommand`, and `SqlDataReader` ADO.NET objects.
1717

18-
_Original product version:_ Visual Basic .NET
18+
_Applies to:_ Visual Basic .NET
1919

2020
_Original KB number:_ 308656
2121

support/developer/dotnet/framework/general/query-xpathdocument-xpath-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ XPath is used programmatically to evaluate expressions and select specific nodes
1616

1717
This article refers to the Microsoft .NET Framework Class Library namespace `System.Xml.XPath`.
1818

19-
_Original product version:_ Visual Studio, .NET Framework
19+
_Applies to:_ Visual Studio, .NET Framework
2020

2121
_Original KB number:_ 308333
2222

support/developer/dotnet/framework/general/secure-applications.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@ This article discusses important considerations for securing applications that a
1313

1414
This article is one of a series of articles that provide detailed information for applications that are built on .NET Framework.
1515

16-
The articles in this series include the following:
16+
For important consideration when deploying applications that are built on the .NET Framework, see the related [Deploy applications that are built on the .NET Framework](/troubleshoot/developer/dotnet/framework/installation/deploy-applications).
1717

18-
- [Deploy applications that are built on the .NET Framework](/troubleshoot/developer/dotnet/framework/installation/deploy-applications)
19-
- [Secure applications that are built on the .NET Framework](/troubleshoot/developer/dotnet/framework/general/secure-applications)
20-
21-
_Original product version:_ .NET Framework
18+
_Applies to:_ .NET Framework
2219

2320
_Original KB number:_ 818014
2421

@@ -42,7 +39,7 @@ If you have security configuration policies at the enterprise, machine, and user
4239

4340
During upgrades, testing, and troubleshooting, the configuration of production systems might change in unintentional ways. For example, an administrator might grant administrative credentials to a user while determining whether an error is related to access rights. If that administrator forgets to revoke those elevated credentials after completing the troubleshooting process, the integrity of the system is compromised.
4441

45-
Because this kind of action can degrade system security over time, we recommend that you do regular audits. To run the audits, create a baseline measure by documenting the key aspects of a pristine system. Compare these settings against the baseline over time to determine whether any problems developed that might significantly reduce the level of vulnerability.
42+
Because this kind of action can degrade system security over time, we recommend that you do regular audits. To run the audits, create a baseline measure by documenting the key aspects of a pristine system. Compare these settings against the baseline over time to determine whether any problems developed that might significantly reduce the level of security.
4643

4744
## Configure a .NET-connected application and SQL Server to use an alternative port number for network communications
4845

support/developer/dotnet/framework/general/wpf-render-thread-failures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This document discusses failures in WPF's render thread, with particular attenti
1414

1515
Each WPF application may have one or more UI threads running their own message pump (`Dispatcher.Run`). Each UI thread is responsible for processing window messages from the thread's message queue and dispatching them to windows owned by that thread. Each WPF application has just one render thread. It's a separate thread that communicates with DirectX/D3D (and/or GDI if the software rendering pipeline is being used). For WPF content, each UI thread sends detailed instructions to the render thread on what to draw. The render thread then takes those instructions and renders the content.
1616

17-
_Original product version:_ .NET Framework 4.8
17+
_Applies to:_ .NET Framework 4.8
1818

1919
## Failures in SyncFlush, WaitForNextMessage, SynchronizeChannel, and NotifyPartitionIsZombie
2020

support/developer/dotnet/framework/installation/deploy-applications.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@ This article describes important considerations for deploying applications that
1313

1414
This article is one of a series of articles that provide detailed information for applications that are built on the .NET Framework.
1515

16-
The articles in this series include the following:
16+
For important considerations when securing applications that are built on the .NET Framework, see the related [Secure applications that are built on the .NET Framework](/troubleshoot/developer/dotnet/framework/general/secure-applications).
1717

18-
- [Deploy applications that are built on the .NET Framework](/troubleshoot/developer/dotnet/framework/installation/deploy-applications)
19-
- [Secure applications that are built on the .NET Framework](/troubleshoot/developer/dotnet/framework/general/secure-applications)
20-
21-
_Original product version:_ .NET Framework
18+
_Applies to:_ .NET Framework
2219

2320
_Original KB number:_ 818016
2421

support/developer/dotnet/framework/installation/repair-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: sap:Installation and Deployment
1212

1313
This article describes how to repair an existing installation of Microsoft .NET Framework. You might have to repair this installation after you upgrade your operating system or if the current installation of .NET Framework becomes corrupted.
1414

15-
_Original product version:_ Microsoft .NET Framework
15+
_Applies to:_ Microsoft .NET Framework
1616

1717
_Original KB number:_ 306160
1818

support/developer/dotnet/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ items:
1616
href: ./framework/general/open-database-by-sql-server-dotnet-data-provider.md
1717
- name: Query XPathDocument with an XPath expression
1818
href: ./framework/general/query-xpathdocument-xpath-csharp.md
19-
- name: Secure applications
20-
href: ./framework/general/secure-applications.md
2119
- name: Text rendering issues on a TextBlock that's a child of a Viewbox
2220
href: ./framework/general/text-rendered-custom-textblock-defects-remaining-image.md
2321
- name: Time-out occurs when an application calls the Poll method
@@ -30,6 +28,8 @@ items:
3028
items:
3129
- name: Deploy applications
3230
href: ./framework/installation/deploy-applications.md
31+
- name: Secure applications
32+
href: ./framework/general/secure-applications.md
3333
- name: Repair an installation
3434
href: ./framework/installation/repair-installation.md
3535
- name: WCF

0 commit comments

Comments
 (0)