Skip to content

1657394: 9th set of 20 new SEO descriptions. #19230

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2020
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 docs/framework/deployment/client-profile.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: ".NET Framework Client Profile"
description: Read about the .NET Client Profile, which was a subset of .NET that was provided in version 4 and earlier editions of .NET.
ms.date: "03/30/2017"
helpviewer_keywords:
- "WPF [.NET Framework Client Profile]"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Configuring Assembly Binding Redirection"
description: See how to configure assembly binding redirection in .NET by using the appliesTo attribute in the assemblyBinding element of an application configuration file.
ms.date: "03/30/2017"
helpviewer_keywords:
- "side-by-side execution, assembly binding redirection"
Expand Down
1 change: 1 addition & 0 deletions docs/framework/deployment/deploying-the-net-framework.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Deploying the .NET Framework"
description: Learn how to deploy .NET for developers who want to install .NET with their applications, and for administrators who want to deploy .NET across a network.
ms.date: "03/30/2017"
helpviewer_keywords:
- ".NET Framework, deploying"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: ".NET Framework deployment guide for developers"
description: Read the .NET deployment guide for developers. Use this information if you want to install any version of .NET from version 4.5 to 4.8 with your apps.
ms.custom: "updateeachrelease"
ms.date: "01/17/2020"
helpviewer_keywords:
Expand Down
1 change: 1 addition & 0 deletions docs/framework/deployment/guide-for-administrators.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: ".NET Framework Deployment Guide for Administrators"
description: Read the .NET deployment guide for administrators. Use this information to deploy .NET version 4.5 and its system dependencies across a network.
ms.date: "04/10/2018"
helpviewer_keywords:
- "administrator's guide, deploying .NET Framework"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Guidelines for Creating Components for Side-by-Side Execution"
description: Review guidelines for creating components for side-by-side execution. For example, bind type identity to a certain file version, or use version-aware storage.
ms.date: "03/30/2017"
helpviewer_keywords:
- "side-by-side execution, multiple application versions"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "How the Runtime Locates Assemblies"
description: Learn how the common language runtime (CLR) locates and binds to the assemblies that make up your application in .NET.
ms.date: "03/30/2017"
helpviewer_keywords:
- "app.config files, assembly locations"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "How to debug CLR activation issues"
description: See how to debug common language runtime (CLR) activation issues in .NET. View and debug CLR activation logs, which may be useful in determining root causes.
ms.date: "03/30/2017"
helpviewer_keywords:
- "CLR activation, debugging issues"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "In-Process Side-by-Side Execution"
description: Use in-process side-by-side hosting to execute many versions of the common language runtime (CLR) in a single .NET process.
ms.date: "03/30/2017"
helpviewer_keywords:
- "in-process side-by-side execution"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: ".NET Framework initialization errors: Managing the user experience"
description: Control the user experience when a .NET initialization error occurs, such as when the activation system can't find the right CLR version to load.
ms.date: "03/30/2017"
helpviewer_keywords:
- "no framework found experience"
Expand Down
1 change: 1 addition & 0 deletions docs/framework/deployment/net-framework-applications.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Deploying .NET Framework Applications"
description: Get started with deploying .NET applications. See articles about how the common language runtime locates assemblies, and best practices for assembly loading.
ms.date: "03/30/2017"
helpviewer_keywords:
- "deploying applications [.NET Framework]"
Expand Down
1 change: 1 addition & 0 deletions docs/framework/deployment/reducing-system-restarts.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Reducing System Restarts During .NET Framework 4.5 Installations"
description: Learn to reduce system restarts during .NET 4.5 installations. A restart might be required if a .NET 4 app is in use during .NET 4.5 installation.
ms.date: "03/30/2017"
helpviewer_keywords:
- ".NET Framework, reducing system restarts"
Expand Down
1 change: 1 addition & 0 deletions docs/framework/deployment/side-by-side-execution.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Side-by-Side Execution in the .NET Framework"
description: Explore side-by-side execution in .NET. Side-by-side execution lets you run many versions of an application or component on the same computer.
ms.date: "03/30/2017"
helpviewer_keywords:
- "side-by-side execution"
Expand Down
1 change: 1 addition & 0 deletions docs/framework/develop-client-apps.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Developing Windows-based client applications with the .NET Framework"
description: Develop Windows-based applications with .NET. You can use Universal Windows Platform (UWP), Windows Presentation Foundation (WPF), or Windows Forms.
ms.date: "01/09/2018"
helpviewer_keywords:
- "client application services"
Expand Down
1 change: 1 addition & 0 deletions docs/framework/develop-web-apps-with-aspnet.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Developing Web Applications with ASP.NET"
description: Develop web apps with ASP.NET Core, which is a redesign of ASP.NET 4.x that's cross-platform, leaner, more modular, and unified to build a web UI and web APIs.
ms.date: "09/25/2018"
helpviewer_keywords:
- "ASP.NET"
Expand Down
1 change: 1 addition & 0 deletions docs/framework/development-guide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: ".NET Framework Development Guide"
description: Explore the .NET development guide, which explains how to create, configure, debug, secure, and deploy your .NET apps.
ms.date: "03/30/2017"
helpviewer_keywords:
- ".NET Framework, development guide"
Expand Down
1 change: 1 addition & 0 deletions docs/framework/get-started/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Get started with the .NET Framework
description: Get started with .NET, which is a runtime execution environment that manages apps. It contains a common language runtime (CLR) and an extensive class library.
ms.custom: "updateeachrelease"
ms.date: "04/02/2019"
helpviewer_keywords:
Expand Down
1 change: 1 addition & 0 deletions docs/framework/get-started/net-core-and-open-source.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: ".NET Core and Open-Source"
description: Read an overview about .NET Core, which is a general-purpose, modular, cross-platform, and open-source implementation of the .NET Standard.
ms.date: "03/30/2017"
ms.assetid: e6bd4655-ce37-4003-8462-468a6fe2c40f
---
Expand Down
1 change: 1 addition & 0 deletions docs/framework/get-started/overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Overview of the .NET Framework"
description: Read an overview about .NET, which is a technology that supports building and running Windows apps and web services.
ms.date: "03/30/2017"
helpviewer_keywords:
- "application development [.NET Framework]"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: .NET Framework and Out-of-Band Releases
description: Learn about .NET and out-of-band releases. New features are released out of band (OOB) to improve cross-platform development or to introduce new functionality.
ms.date: 10/10/2018
ms.assetid: 721f10fa-3189-4124-a00d-56ddabd889b3
---
Expand Down