From 789d96e2766f841636b579b706ad86e5dffed1a3 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Thu, 10 Oct 2019 10:42:27 -0700 Subject: [PATCH] reassign (#14980) --- aspnetcore/data/ef-mvc/advanced.md | 2 +- aspnetcore/data/ef-mvc/complex-data-model.md | 2 +- aspnetcore/data/ef-mvc/concurrency.md | 2 +- aspnetcore/data/ef-mvc/crud.md | 2 +- aspnetcore/data/ef-mvc/index.md | 2 +- aspnetcore/data/ef-mvc/inheritance.md | 2 +- aspnetcore/data/ef-mvc/intro.md | 2 +- aspnetcore/data/ef-mvc/migrations.md | 2 +- aspnetcore/data/ef-mvc/read-related-data.md | 2 +- aspnetcore/data/ef-mvc/sort-filter-page.md | 2 +- aspnetcore/data/ef-mvc/update-related-data.md | 2 +- aspnetcore/data/ef-rp/complex-data-model.md | 2 +- aspnetcore/data/ef-rp/concurrency.md | 2 +- aspnetcore/data/ef-rp/crud.md | 2 +- aspnetcore/data/ef-rp/intro.md | 2 +- aspnetcore/data/ef-rp/migrations.md | 2 +- aspnetcore/data/ef-rp/read-related-data.md | 2 +- aspnetcore/data/ef-rp/sort-filter-page.md | 2 +- aspnetcore/data/ef-rp/update-related-data.md | 2 +- aspnetcore/fundamentals/host/generic-host.md | 2 +- aspnetcore/fundamentals/logging/index.md | 2 +- aspnetcore/fundamentals/servers/index.md | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/aspnetcore/data/ef-mvc/advanced.md b/aspnetcore/data/ef-mvc/advanced.md index 857678eda7..dcd629e8d6 100644 --- a/aspnetcore/data/ef-mvc/advanced.md +++ b/aspnetcore/data/ef-mvc/advanced.md @@ -1,7 +1,7 @@ --- title: "Tutorial: Learn about advanced scenarios - ASP.NET MVC with EF Core" description: "This tutorial introduces useful topics for going beyond the basics of developing ASP.NET Core web apps that use Entity Framework Core." -author: tdykstra +author: rick-anderson ms.author: riande ms.custom: mvc ms.date: 03/27/2019 diff --git a/aspnetcore/data/ef-mvc/complex-data-model.md b/aspnetcore/data/ef-mvc/complex-data-model.md index 8414f1b196..aa9deb3f9d 100644 --- a/aspnetcore/data/ef-mvc/complex-data-model.md +++ b/aspnetcore/data/ef-mvc/complex-data-model.md @@ -1,7 +1,7 @@ --- title: "Tutorial: Create a complex data model - ASP.NET MVC with EF Core" description: "In this tutorial, add more entities and relationships and customize the data model by specifying formatting, validation, and mapping rules." -author: tdykstra +author: rick-anderson ms.author: riande ms.custom: mvc ms.date: 03/27/2019 diff --git a/aspnetcore/data/ef-mvc/concurrency.md b/aspnetcore/data/ef-mvc/concurrency.md index d477271d9a..c51b082ed8 100644 --- a/aspnetcore/data/ef-mvc/concurrency.md +++ b/aspnetcore/data/ef-mvc/concurrency.md @@ -1,7 +1,7 @@ --- title: "Tutorial: Handle concurrency - ASP.NET MVC with EF Core" description: "This tutorial shows how to handle conflicts when multiple users update the same entity at the same time." -author: tdykstra +author: rick-anderson ms.author: riande ms.custom: mvc ms.date: 03/27/2019 diff --git a/aspnetcore/data/ef-mvc/crud.md b/aspnetcore/data/ef-mvc/crud.md index cb7a7a554d..77d9f822ff 100644 --- a/aspnetcore/data/ef-mvc/crud.md +++ b/aspnetcore/data/ef-mvc/crud.md @@ -1,7 +1,7 @@ --- title: "Tutorial: Implement CRUD Functionality - ASP.NET MVC with EF Core" description: "In this tutorial, you'll review and customize the CRUD (create, read, update, delete) code that the MVC scaffolding automatically creates for you in controllers and views." -author: tdykstra +author: rick-anderson ms.author: riande ms.custom: mvc ms.date: 02/04/2019 diff --git a/aspnetcore/data/ef-mvc/index.md b/aspnetcore/data/ef-mvc/index.md index a14f1c626b..a20f8c3b15 100644 --- a/aspnetcore/data/ef-mvc/index.md +++ b/aspnetcore/data/ef-mvc/index.md @@ -1,6 +1,6 @@ --- title: ASP.NET Core MVC with EF Core - tutorial series -author: tdykstra +author: rick-anderson description: ms.author: riande ms.date: 03/27/2017 diff --git a/aspnetcore/data/ef-mvc/inheritance.md b/aspnetcore/data/ef-mvc/inheritance.md index e6e5cffc46..5eb7410ea5 100644 --- a/aspnetcore/data/ef-mvc/inheritance.md +++ b/aspnetcore/data/ef-mvc/inheritance.md @@ -1,7 +1,7 @@ --- title: "Tutorial: Implement inheritance - ASP.NET MVC with EF Core" description: "This tutorial will show you how to implement inheritance in the data model, using Entity Framework Core in an ASP.NET Core application." -author: tdykstra +author: rick-anderson ms.author: riande ms.custom: mvc ms.date: 03/27/2019 diff --git a/aspnetcore/data/ef-mvc/intro.md b/aspnetcore/data/ef-mvc/intro.md index 86f4012d9d..16f74410df 100644 --- a/aspnetcore/data/ef-mvc/intro.md +++ b/aspnetcore/data/ef-mvc/intro.md @@ -1,7 +1,7 @@ --- title: "Tutorial: Get started with EF Core in an ASP.NET MVC web app" description: "This is the first in a series of tutorials that explain how to build the Contoso University sample application from scratch." -author: tdykstra +author: rick-anderson ms.author: riande ms.custom: mvc ms.date: 02/06/2019 diff --git a/aspnetcore/data/ef-mvc/migrations.md b/aspnetcore/data/ef-mvc/migrations.md index bbee852718..446f7ac52f 100644 --- a/aspnetcore/data/ef-mvc/migrations.md +++ b/aspnetcore/data/ef-mvc/migrations.md @@ -1,7 +1,7 @@ --- title: "Tutorial: Using the migrations feature - ASP.NET MVC with EF Core" description: "In this tutorial, you start using the EF Core migrations feature for managing data model changes in an ASP.NET Core MVC application." -author: tdykstra +author: rick-anderson ms.author: riande ms.custom: mvc ms.date: 03/27/2019 diff --git a/aspnetcore/data/ef-mvc/read-related-data.md b/aspnetcore/data/ef-mvc/read-related-data.md index 457185e2d7..b94c86f10a 100644 --- a/aspnetcore/data/ef-mvc/read-related-data.md +++ b/aspnetcore/data/ef-mvc/read-related-data.md @@ -1,7 +1,7 @@ --- title: "Tutorial: Read related data - ASP.NET MVC with EF Core" description: "In this tutorial you'll read and display related data -- that is, data that the Entity Framework loads into navigation properties." -author: tdykstra +author: rick-anderson ms.author: riande ms.date: 09/28/2019 ms.topic: tutorial diff --git a/aspnetcore/data/ef-mvc/sort-filter-page.md b/aspnetcore/data/ef-mvc/sort-filter-page.md index 58952b223d..b18c6d068e 100644 --- a/aspnetcore/data/ef-mvc/sort-filter-page.md +++ b/aspnetcore/data/ef-mvc/sort-filter-page.md @@ -1,7 +1,7 @@ --- title: "Tutorial: Add sorting, filtering, and paging - ASP.NET MVC with EF Core" description: "In this tutorial you'll add sorting, filtering, and paging functionality to the Students Index page. You'll also create a page that does simple grouping." -author: tdykstra +author: rick-anderson ms.author: riande ms.date: 03/27/2019 ms.topic: tutorial diff --git a/aspnetcore/data/ef-mvc/update-related-data.md b/aspnetcore/data/ef-mvc/update-related-data.md index 68c16ca542..a0cd54c735 100644 --- a/aspnetcore/data/ef-mvc/update-related-data.md +++ b/aspnetcore/data/ef-mvc/update-related-data.md @@ -1,7 +1,7 @@ --- title: "Tutorial: Update related data - ASP.NET MVC with EF Core" description: "In this tutorial you'll update related data by updating foreign key fields and navigation properties." -author: tdykstra +author: rick-anderson ms.author: riande ms.custom: mvc ms.date: 03/27/2019 diff --git a/aspnetcore/data/ef-rp/complex-data-model.md b/aspnetcore/data/ef-rp/complex-data-model.md index d10b201abb..0edba69d89 100644 --- a/aspnetcore/data/ef-rp/complex-data-model.md +++ b/aspnetcore/data/ef-rp/complex-data-model.md @@ -1,6 +1,6 @@ --- title: Razor Pages with EF Core in ASP.NET Core - Data Model - 5 of 8 -author: tdykstra +author: rick-anderson description: In this tutorial, add more entities and relationships and customize the data model by specifying formatting, validation, and mapping rules. ms.author: riande ms.custom: mvc diff --git a/aspnetcore/data/ef-rp/concurrency.md b/aspnetcore/data/ef-rp/concurrency.md index 184ba3de96..b57c495d6b 100644 --- a/aspnetcore/data/ef-rp/concurrency.md +++ b/aspnetcore/data/ef-rp/concurrency.md @@ -1,6 +1,6 @@ --- title: Razor Pages with EF Core in ASP.NET Core - Concurrency - 8 of 8 -author: tdykstra +author: rick-anderson description: This tutorial shows how to handle conflicts when multiple users update the same entity at the same time. ms.author: riande ms.custom: mvc diff --git a/aspnetcore/data/ef-rp/crud.md b/aspnetcore/data/ef-rp/crud.md index dd4edaf594..d3024f51ce 100644 --- a/aspnetcore/data/ef-rp/crud.md +++ b/aspnetcore/data/ef-rp/crud.md @@ -1,6 +1,6 @@ --- title: Razor Pages with EF Core in ASP.NET Core - CRUD - 2 of 8 -author: tdykstra +author: rick-anderson description: Shows how to create, read, update,delete with EF Core. ms.author: riande ms.date: 07/22/2019 diff --git a/aspnetcore/data/ef-rp/intro.md b/aspnetcore/data/ef-rp/intro.md index 02b93e8a38..9e066495ea 100644 --- a/aspnetcore/data/ef-rp/intro.md +++ b/aspnetcore/data/ef-rp/intro.md @@ -1,6 +1,6 @@ --- title: Razor Pages with Entity Framework Core in ASP.NET Core - Tutorial 1 of 8 -author: tdykstra +author: rick-anderson description: Shows how to create a Razor Pages app using Entity Framework Core ms.author: riande ms.custom: "mvc, seodec18" diff --git a/aspnetcore/data/ef-rp/migrations.md b/aspnetcore/data/ef-rp/migrations.md index 969f2af6bc..f1c6fef534 100644 --- a/aspnetcore/data/ef-rp/migrations.md +++ b/aspnetcore/data/ef-rp/migrations.md @@ -1,6 +1,6 @@ --- title: Razor Pages with EF Core in ASP.NET Core - Migrations - 4 of 8 -author: tdykstra +author: rick-anderson description: In this tutorial, you start using the EF Core migrations feature for managing data model changes in an ASP.NET Core MVC app. ms.author: riande ms.date: 07/22/2019 diff --git a/aspnetcore/data/ef-rp/read-related-data.md b/aspnetcore/data/ef-rp/read-related-data.md index 4c35193047..7b85106365 100644 --- a/aspnetcore/data/ef-rp/read-related-data.md +++ b/aspnetcore/data/ef-rp/read-related-data.md @@ -1,6 +1,6 @@ --- title: Razor Pages with EF Core in ASP.NET Core - Read Related Data - 6 of 8 -author: tdykstra +author: rick-anderson description: In this tutorial you read and display related data -- that is, data that the Entity Framework loads into navigation properties. ms.author: riande ms.custom: mvc diff --git a/aspnetcore/data/ef-rp/sort-filter-page.md b/aspnetcore/data/ef-rp/sort-filter-page.md index d8f6799fcc..911f697aa9 100644 --- a/aspnetcore/data/ef-rp/sort-filter-page.md +++ b/aspnetcore/data/ef-rp/sort-filter-page.md @@ -1,6 +1,6 @@ --- title: Razor Pages with EF Core in ASP.NET Core - Sort, Filter, Paging - 3 of 8 -author: tdykstra +author: rick-anderson description: In this tutorial you'll add sorting, filtering, and paging functionality to a Razor page using ASP.NET Core and Entity Framework Core. ms.author: riande ms.custom: mvc diff --git a/aspnetcore/data/ef-rp/update-related-data.md b/aspnetcore/data/ef-rp/update-related-data.md index 1ea5bc09a8..9b3890ed39 100644 --- a/aspnetcore/data/ef-rp/update-related-data.md +++ b/aspnetcore/data/ef-rp/update-related-data.md @@ -1,6 +1,6 @@ --- title: Razor Pages with EF Core in ASP.NET Core - Update Related Data - 7 of 8 -author: tdykstra +author: rick-anderson description: In this tutorial, you update related data by updating foreign key fields and navigation properties. ms.author: riande ms.date: 07/22/2019 diff --git a/aspnetcore/fundamentals/host/generic-host.md b/aspnetcore/fundamentals/host/generic-host.md index dd0901d0b4..279099b8a6 100644 --- a/aspnetcore/fundamentals/host/generic-host.md +++ b/aspnetcore/fundamentals/host/generic-host.md @@ -1,6 +1,6 @@ --- title: .NET Generic Host -author: tdykstra +author: rick-anderson description: Learn about the .NET Core Generic Host, which is responsible for app startup and lifetime management. monikerRange: '>= aspnetcore-2.1' ms.author: riande diff --git a/aspnetcore/fundamentals/logging/index.md b/aspnetcore/fundamentals/logging/index.md index f1ca73d5d4..ea288f05b0 100644 --- a/aspnetcore/fundamentals/logging/index.md +++ b/aspnetcore/fundamentals/logging/index.md @@ -1,6 +1,6 @@ --- title: Logging in .NET Core and ASP.NET Core -author: tdykstra +author: rick-anderson description: Learn how to use the logging framework provided by the Microsoft.Extensions.Logging NuGet package. monikerRange: '>= aspnetcore-2.1' ms.author: riande diff --git a/aspnetcore/fundamentals/servers/index.md b/aspnetcore/fundamentals/servers/index.md index b7061ee536..300255aeed 100644 --- a/aspnetcore/fundamentals/servers/index.md +++ b/aspnetcore/fundamentals/servers/index.md @@ -1,6 +1,6 @@ --- title: Web server implementations in ASP.NET Core -author: tdykstra +author: rick-anderson description: Discover the web servers Kestrel and HTTP.sys for ASP.NET Core. Learn how to choose a server and when to use a reverse proxy server. monikerRange: '>= aspnetcore-2.1' ms.author: riande