Skip to content

Commit

Permalink
[Bulk] Validation: duplicate-description (dotnet#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimShererWithAquent authored Jul 13, 2022
1 parent d032b4b commit c371a40
Show file tree
Hide file tree
Showing 45 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion aspnet/SameSite/kbs-samesite.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: KB articles that support SameSite in .NET Framework
author: rick-anderson
description: Learn how to use to SameSite cookies in ASP.NET
description: Learn how to use to SameSite cookies in ASP.NET.
ms.author: riande
ms.date: 12/03/2019
uid: samesite/kbs-samesite
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: identity/overview/extensibility/implementing-a-custom-mysql-aspnet-identity-storage-provider
title: "Implementing a Custom MySQL ASP.NET Identity Storage Provider - ASP.NET 4.x"
author: raquelsa
description: "ASP.NET Identity is an extensible system which enables you to create your own storage provider and plug it into your application without re-working the appli..."
description: "ASP.NET Identity is an extensible system that enables you to create your own storage provider and plug it into your application without re-working the appli..."
ms.author: riande
ms.date: 05/22/2015
ms.assetid: 248f5fe7-39ba-40ea-ab1e-71a69b0bd649
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: mvc/overview/getting-started/introduction/adding-a-model
title: "Adding a New Model | Microsoft Docs"
author: Rick-Anderson
description: "In this section you'll add some classes for managing movies in a database. These classes will be the model part of the ASP.NET MVC app."
description: "In this section, you'll add some classes for managing movies in a database. These classes will be the model part of the ASP.NET MVC app."
ms.author: riande
ms.date: 05/28/2015
ms.assetid: 276552b5-f349-4fcf-8f40-6d042f7aa88e
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: mvc/overview/older-versions-1/getting-started-with-mvc/getting-started-with-mvc-part1
title: "Intro to ASP.NET MVC | Microsoft Docs"
author: shanselman
description: "This is a beginner tutorial that introduces the basics of ASP.NET MVC. Create a simple web application that reads and writes from a database."
description: "This is a beginner tutorial that introduces the basics of ASP.NET MVC. Create a simple web application that reads and writes from a database. (1 of 8)"
ms.author: riande
ms.date: 08/14/2010
ms.assetid: bf4a1c19-0a94-4208-b268-a96ddcf26946
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: mvc/overview/older-versions-1/getting-started-with-mvc/getting-started-with-mvc-part3
title: "Adding a View | Microsoft Docs - How to use a View template file to cleanly encapsulate generating HTML responses back to a client"
author: shanselman
description: "This is a beginner tutorial that introduces the basics of ASP.NET MVC. Create a simple web application that reads and writes from a database."
description: "This is a beginner tutorial that introduces the basics of ASP.NET MVC. Create a simple web application that reads and writes from a database. (3 of 8)"
ms.author: riande
ms.date: 08/14/2010
ms.assetid: e8f1515c-c277-47ff-a23e-224118f13f02
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: mvc/overview/older-versions-1/getting-started-with-mvc/getting-started-with-mvc-part4
title: "Creating a Database | Microsoft Docs"
author: shanselman
description: "This is a beginner tutorial that introduces the basics of ASP.NET MVC. Create a simple web application that reads and writes from a database."
description: "This is a beginner tutorial that introduces the basics of ASP.NET MVC. Create a simple web application that reads and writes from a database. (4 of 8)"
ms.author: riande
ms.date: 08/14/2010
ms.assetid: 742df67f-484d-4ef3-af6b-8c791e556b43
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: mvc/overview/older-versions-1/getting-started-with-mvc/getting-started-with-mvc-part5
title: "Accessing your Model's Data from a Controller | Microsoft Docs"
author: shanselman
description: "This is a beginner tutorial that introduces the basics of ASP.NET MVC. Create a simple web application that reads and writes from a database."
description: "This is a beginner tutorial that introduces the basics of ASP.NET MVC. Create a simple web application that reads and writes from a database. (5 of 8)"
ms.author: riande
ms.date: 08/14/2010
ms.assetid: 004703cd-e0e9-4ba7-9974-1b0475c71222
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: mvc/overview/older-versions-1/getting-started-with-mvc/getting-started-with-mvc-part6
title: "Adding a Create Method and Create View | Microsoft Docs"
author: shanselman
description: "This is a beginner tutorial that introduces the basics of ASP.NET MVC. Create a simple web application that reads and writes from a database."
description: "This is a beginner tutorial that introduces the basics of ASP.NET MVC. Create a simple web application that reads and writes from a database. (6 of 8)"
ms.author: riande
ms.date: 08/14/2010
ms.assetid: a3a90963-0286-4fa0-9b3d-c230cc18b0a3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: mvc/overview/older-versions-1/getting-started-with-mvc/getting-started-with-mvc-part7
title: "Adding Validation to the Model | Microsoft Docs - How to implement the support necessary to enable input validation"
author: shanselman
description: "This is a beginner tutorial that introduces the basics of ASP.NET MVC. Create a simple web application that reads and writes from a database."
description: "This is a beginner tutorial that introduces the basics of ASP.NET MVC. Create a simple web application that reads and writes from a database. (7 of 8)"
ms.author: riande
ms.date: 08/14/2010
ms.assetid: aa7b3e8e-e23d-49f1-b160-f99a7f2982bd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: mvc/overview/older-versions/getting-started-with-ef-5-using-mvc-4/implementing-basic-crud-functionality-with-the-entity-framework-in-asp-net-mvc-application
title: "Implementing Basic CRUD Functionality with the Entity Framework in ASP.NET MVC Application (2 of 10) | Microsoft Docs"
author: tdykstra
description: "The Contoso University sample web application tutorial demonstrates how to create ASP.NET MVC 4 applications using the Entity Framework 5 Code First and Visual Studio."
description: "The Contoso University sample web application tutorial demonstrates how to create ASP.NET MVC 4 applications by using the Entity Framework 5 Code First and Visual Studio."
ms.author: riande
ms.date: 07/30/2013
ms.assetid: f7bace3f-b85a-47ff-b5fe-49e81441cdf9
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: mvc/videos/mvc-2/aspnet-mvc-for-the-rest-of-us/aspnet-mvc-for-the-rest-of-us-part-1
title: "ASP.NET MVC For the Rest of Us: Part 1 | Microsoft Docs"
author: JoeStagner
description: "In this Video Microsoft's Joe Stagner builds a 'Contact Us' feature for an ASP.NET MVC application by adding a View, Controller Logic and a Custom Model to t..."
description: "In this Video, Microsoft's Joe Stagner builds a 'Contact Us' feature for an ASP.NET MVC application by adding a View, Controller Logic and a Custom Model to t..."
ms.author: riande
ms.date: 04/22/2010
ms.assetid: c56355c3-821f-43e2-9058-9499a1d63f80
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: signalr/overview/guide-to-the-api/handling-connection-lifetime-events
title: "Understanding and Handling Connection Lifetime Events in SignalR | Microsoft Docs"
author: bradygaster
description: "This article describes how to use the events exposed by the Hubs API."
description: "This article describes how to use the events that are exposed by the Hubs API."
ms.author: bradyg
ms.date: 01/15/2019
ms.assetid: 03960de2-8d95-4444-9169-4426dcc64913
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: signalr/overview/guide-to-the-api/hubs-api-guide-net-client
title: "ASP.NET SignalR Hubs API Guide - .NET Client (C#) | Microsoft Docs"
author: bradygaster
description: "This document provides an introduction to using the Hubs API for SignalR version 2 in .NET clients, such as Windows Store (WinRT), WPF, Silverlight, and cons..."
description: "This document introduces using the Hubs API for SignalR version 2 in .NET clients, such as Windows Store (WinRT), WPF, Silverlight, and cons..."
ms.author: bradyg
ms.date: 01/15/2019
ms.assetid: 6d02d9f7-94e5-4140-9f51-5a6040f274f6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: signalr/overview/guide-to-the-api/working-with-groups
title: "Working with Groups in SignalR | Microsoft Docs"
author: bradygaster
description: "This topic describes how to persist group membership information with the Hub API."
description: "This topic describes how to persist group membership information by using the Hub API."
ms.author: bradyg
ms.date: 06/10/2014
ms.assetid: cd378ecd-3e9e-4236-b902-65916d85a048
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: signalr/overview/security/persistent-connection-authorization
title: "Authentication and Authorization for SignalR Persistent Connections | Microsoft Docs"
author: bradygaster
description: "This topic describes how to enforce authorization on a persistent connection. For general information about integrating security into a SignalR application,..."
description: "This topic describes how to enforce authorization on a persistent connection. For general information on integrating security into a SignalR application,..."
ms.author: bradyg
ms.date: 06/10/2014
ms.assetid: e264677b-9c01-47ec-94f9-3cd8f08f94af
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: signalr/overview/testing-and-debugging/troubleshooting
title: "SignalR Troubleshooting | Microsoft Docs"
author: bradygaster
description: "This article describes common issues with developing SignalR applications."
description: "This article describes some common issues with developing SignalR applications."
ms.author: bradyg
ms.date: 06/10/2014
ms.assetid: 4b559e6c-4fb0-4a04-9812-45cf08ae5779
Expand Down
2 changes: 1 addition & 1 deletion aspnet/web-api/videos/getting-started/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: web-api/videos/getting-started/authorization
title: "ASP.NET Web API, Part 6: Authorization | Microsoft Docs"
author: jongalloway
description: "Note: This video contains information from a pre-release version of ASP.NET Web API"
description: "This video contains information from a pre-release version of ASP.NET Web API"
ms.author: riande
ms.date: 02/15/2012
ms.assetid: 14f2554f-ca12-4ffe-af53-1f33b45042ef
Expand Down
2 changes: 1 addition & 1 deletion aspnet/web-api/videos/getting-started/custom-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: web-api/videos/getting-started/custom-validation
title: "ASP.NET Web API, Part 5: Custom Validation | Microsoft Docs"
author: jongalloway
description: "Note: This video contains information from a pre-release version of ASP.NET Web API"
description: "Note: This video contains information from a pre-release version of ASP.NET Web API."
ms.author: riande
ms.date: 02/15/2012
ms.assetid: f8eadb72-fa15-4537-8c6d-1b120e6d3aab
Expand Down
2 changes: 1 addition & 1 deletion aspnet/web-api/videos/getting-started/delete-and-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: web-api/videos/getting-started/delete-and-update
title: "ASP.NET Web API, Part 3: Delete and Update | Microsoft Docs"
author: jongalloway
description: "Note: This video contains information from a pre-release version of ASP.NET Web API"
description: "This video contains information for a pre-release version of ASP.NET Web API"
ms.author: riande
ms.date: 02/15/2012
ms.assetid: c7b6d27f-e2e9-481f-94e5-0ec7ceca9273
Expand Down
2 changes: 1 addition & 1 deletion aspnet/web-api/videos/getting-started/getting-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: web-api/videos/getting-started/getting-data
title: "ASP.NET Web API, Part 2: Getting Data | Microsoft Docs"
author: jongalloway
description: "Note: This video contains information from a pre-release version of ASP.NET Web API"
description: "This video contains information from a pre-release version of ASP.NET Web API."
ms.author: riande
ms.date: 02/15/2012
ms.assetid: 0fed43a5-4703-41ff-8da9-15917cbc0944
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: web-api/videos/getting-started/paging-and-querying
title: "ASP.NET Web API, Part 4: Paging and Querying | Microsoft Docs"
author: jongalloway
description: "Note: This video contains information from a pre-release version of ASP.NET Web API"
description: "Note: This video contains information for a pre-release version of ASP.NET Web API"
ms.author: riande
ms.date: 02/15/2012
ms.assetid: 44fa9b58-c8b0-4219-83f4-4ef328da2a09
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: web-forms/overview/deployment/configuring-server-environments-for-web-deployment/configuring-server-environments-for-web-deployment
title: "Configuring Server Environments for Web Deployment | Microsoft Docs"
author: jrjlee
description: "This tutorial will show you how to set up server environments to support one-click, or automated, website deployment and publishing in various different scen..."
description: "This tutorial shows you how to set up server environments to support one-click, or automated, website deployment and publishing in various different scen..."
ms.author: riande
ms.date: 05/04/2012
ms.assetid: 0bf0959b-4ca8-45de-bd13-b15347543b5a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: web-forms/overview/deployment/visual-studio-web-deployment/command-line-deployment
title: "ASP.NET Web Deployment using Visual Studio: Command Line Deployment | Microsoft Docs"
author: tdykstra
description: "This tutorial series shows you how to deploy (publish) an ASP.NET web application to Azure App Service Web Apps or to a third-party hosting provider, by usin..."
description: "This tutorial series shows you how to deploy (publish) an ASP.NET web application to Azure App Service Web Apps or to a third-party hosting provider."
ms.author: riande
ms.date: 02/15/2013
ms.assetid: 82b8dea0-f062-4ee4-8784-3ffa30fbb1ca
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: web-forms/overview/deployment/visual-studio-web-deployment/deploying-a-code-update
title: "ASP.NET Web Deployment using Visual Studio: Deploying a Code Update | Microsoft Docs"
author: tdykstra
description: "This tutorial series shows you how to deploy (publish) an ASP.NET web application to Azure App Service Web Apps or to a third-party hosting provider, by usin..."
description: "This tutorial series shows how to deploy (publish) an ASP.NET web application to Azure App Service Web Apps or to a third-party hosting provider, by usin..."
ms.author: riande
ms.date: 02/15/2013
ms.assetid: c76dbc35-a914-4ee3-919c-4f4d1fa05104
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: web-forms/overview/deployment/visual-studio-web-deployment/deploying-a-database-update
title: "ASP.NET Web Deployment using Visual Studio: Deploying a Database Update | Microsoft Docs"
author: tdykstra
description: "This tutorial series shows you how to deploy (publish) an ASP.NET web application to Azure App Service Web Apps or to a third-party hosting provider, by usin..."
description: "This tutorial series shows you how to deploy, or publish, an ASP.NET web application to Azure App Service Web Apps or to a third-party hosting provider, by usin..."
ms.author: riande
ms.date: 02/15/2013
ms.assetid: 9cad0833-486a-4474-a7f3-7715542ec4ce
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: web-forms/overview/deployment/visual-studio-web-deployment/deploying-extra-files
title: "ASP.NET Web Deployment using Visual Studio: Deploying Extra Files | Microsoft Docs"
author: tdykstra
description: "This tutorial series shows you how to deploy (publish) an ASP.NET web application to Azure App Service Web Apps or to a third-party hosting provider, by usin..."
description: "This tutorial series shows you how to deploy, or publish, an ASP.NET web application to Azure App Service Web Apps or to a third-party hosting provider."
ms.author: riande
ms.date: 03/23/2015
ms.assetid: 1cd91055-84bc-42c6-9d80-646f41429d4d
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: web-forms/overview/deployment/visual-studio-web-deployment/deploying-to-production
title: "ASP.NET Web Deployment using Visual Studio: Deploying to Production | Microsoft Docs"
author: tdykstra
description: "This tutorial series shows you how to deploy (publish) an ASP.NET web application to Azure App Service Web Apps or to a third-party hosting provider, by usin..."
description: "This tutorial series shows you how to deploy (publish) an ASP.NET web application to Azure App Service Web Apps or a third-party hosting provider."
ms.author: riande
ms.date: 02/15/2013
ms.assetid: 416438a1-3b2f-4d27-bf53-6b76223c33bf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: web-forms/overview/deployment/visual-studio-web-deployment/preparing-databases
title: "ASP.NET Web Deployment using Visual Studio: Preparing for Database Deployment | Microsoft Docs"
author: tdykstra
description: "This tutorial series shows you how to deploy (publish) an ASP.NET web application to Azure App Service Web Apps or to a third-party hosting provider, by usin..."
description: "This tutorial series shows you how to deploy (publish) an ASP.NET web application to Azure App Service Web Apps or a third-party hosting provider, by usin..."
ms.author: riande
ms.date: 02/15/2013
ms.assetid: ae4def81-fa37-4883-a13e-d9896cbf6c36
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: web-forms/overview/deployment/visual-studio-web-deployment/project-properties
title: "ASP.NET Web Deployment using Visual Studio: Project Properties | Microsoft Docs"
author: tdykstra
description: "This tutorial series shows you how to deploy (publish) an ASP.NET web application to Azure App Service Web Apps or to a third-party hosting provider, by usin..."
description: "This tutorial series shows how to deploy, or publish, an ASP.NET web application to Azure App Service Web Apps or to a third-party hosting provider, by usin..."
ms.author: riande
ms.date: 02/15/2013
ms.assetid: ec1cec4c-a75f-47af-a2ba-b1e2f971d24b
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: web-forms/overview/deployment/visual-studio-web-deployment/setting-folder-permissions
title: "ASP.NET Web Deployment using Visual Studio: Setting Folder Permissions | Microsoft Docs"
author: tdykstra
description: "This tutorial series shows you how to deploy (publish) an ASP.NET web application to Azure App Service Web Apps or to a third-party hosting provider, by usin..."
description: "This tutorial series shows how to deploy (publish) an ASP.NET web application to Azure App Service Web Apps or to a third-party hosting provider."
ms.author: riande
ms.date: 02/15/2013
ms.assetid: 9715a121-fa55-4f1b-a5d2-fb3f6cd8be8f
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: web-forms/overview/deployment/visual-studio-web-deployment/troubleshooting
title: "ASP.NET Web Deployment using Visual Studio: Troubleshooting | Microsoft Docs"
author: tdykstra
description: "This tutorial series shows you how to deploy (publish) an ASP.NET web application to Azure App Service Web Apps or to a third-party hosting provider, by usin..."
description: "This tutorial series shows how to deploy, or publish, an ASP.NET web application to Azure App Service Web Apps or to a third-party hosting provider."
ms.author: riande
ms.date: 06/01/2015
ms.assetid: c0090595-ab3b-4b9b-9e16-7a1891e8cb2f
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: web-forms/overview/getting-started/getting-started-with-aspnet-45-web-forms/aspnet-error-handling
title: "ASP.NET Error Handling | Microsoft Docs"
author: Erikre
description: "This tutorial series will teach you the basics of building an ASP.NET Web Forms application using ASP.NET 4.5 and Microsoft Visual Studio Express 2013 for We..."
description: "This tutorial series teaches you the basics of building an ASP.NET Web Forms application using ASP.NET 4.5 and Microsoft Visual Studio Express 2013 for We..."
ms.author: riande
ms.date: 09/08/2014
ms.assetid: 423498f7-1a4b-44a1-b342-5f39d0bcf94f
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: web-forms/overview/getting-started/getting-started-with-aspnet-45-web-forms/checkout-and-payment-with-paypal
title: "Checkout and Payment with PayPal | Microsoft Docs"
author: Erikre
description: "This tutorial series will teach you the basics of building an ASP.NET Web Forms application using ASP.NET 4.5 and Microsoft Visual Studio Express 2013 for We..."
description: "This tutorial series teaches the basics of building an ASP.NET Web Forms application using ASP.NET 4.5 and Microsoft Visual Studio Express 2013 for We..."
ms.author: riande
ms.date: 09/08/2014
ms.assetid: 664ec95e-b0c9-4f43-a39f-798d0f2a7e08
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: web-forms/overview/getting-started/getting-started-with-aspnet-45-web-forms/create-the-project
title: "Create the Project | Microsoft Docs"
author: Erikre
description: "This tutorial series will teach you the basics of building an ASP.NET Web Forms application using ASP.NET 4.5 and Microsoft Visual Studio Express 2013 for We..."
description: "This tutorial series teaches you the basics of building an ASP.NET Web Forms application by using ASP.NET 4.5 and Microsoft Visual Studio Express 2013 for We..."
ms.author: riande
ms.date: 09/08/2014
ms.assetid: 2ce36f78-8ecb-4ab1-b748-6d0ab633ea3f
Expand Down
Loading

0 comments on commit c371a40

Please sign in to comment.