From 059bbc60f7f593213bb305552f26bdde8c95ea62 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Sat, 12 May 2018 13:55:26 -1000 Subject: [PATCH] replace tdykstra with rick-anderson (#6395) --- 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/entity-framework-6.md | 2 +- aspnetcore/fundamentals/servers/aspnet-core-module.md | 2 +- aspnetcore/fundamentals/servers/httpsys.md | 2 +- aspnetcore/fundamentals/servers/index.md | 2 +- aspnetcore/fundamentals/servers/kestrel.md | 2 +- aspnetcore/fundamentals/websockets.md | 2 +- aspnetcore/host-and-deploy/index.md | 2 +- aspnetcore/host-and-deploy/windows-service.md | 2 +- .../data-protection/implementation/key-storage-format.md | 2 +- aspnetcore/web-api/advanced/custom-formatters.md | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/aspnetcore/data/ef-mvc/advanced.md b/aspnetcore/data/ef-mvc/advanced.md index b4711123aa..78fdb44750 100644 --- a/aspnetcore/data/ef-mvc/advanced.md +++ b/aspnetcore/data/ef-mvc/advanced.md @@ -1,6 +1,6 @@ --- title: ASP.NET Core MVC with EF Core - Advanced - 10 of 10 -author: tdykstra +author: rick-anderson description: This tutorial introduces useful topics for going beyond the basics of developing ASP.NET Core web apps that use Entity Framework Core. manager: wpickett ms.author: tdykstra diff --git a/aspnetcore/data/ef-mvc/complex-data-model.md b/aspnetcore/data/ef-mvc/complex-data-model.md index a71e0171e4..8279bfbcfa 100644 --- a/aspnetcore/data/ef-mvc/complex-data-model.md +++ b/aspnetcore/data/ef-mvc/complex-data-model.md @@ -1,6 +1,6 @@ --- title: ASP.NET Core MVC with EF Core - Data Model - 5 of 10 -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. manager: wpickett ms.author: tdykstra diff --git a/aspnetcore/data/ef-mvc/concurrency.md b/aspnetcore/data/ef-mvc/concurrency.md index a10d496e3d..4fd8633710 100644 --- a/aspnetcore/data/ef-mvc/concurrency.md +++ b/aspnetcore/data/ef-mvc/concurrency.md @@ -1,6 +1,6 @@ --- title: ASP.NET Core MVC with EF Core - Concurrency - 8 of 10 -author: tdykstra +author: rick-anderson description: This tutorial shows how to handle conflicts when multiple users update the same entity at the same time. manager: wpickett ms.author: tdykstra diff --git a/aspnetcore/data/ef-mvc/crud.md b/aspnetcore/data/ef-mvc/crud.md index 96a6d7d60c..dfda472977 100644 --- a/aspnetcore/data/ef-mvc/crud.md +++ b/aspnetcore/data/ef-mvc/crud.md @@ -1,6 +1,6 @@ --- title: ASP.NET Core MVC with EF Core - CRUD - 2 of 10 -author: tdykstra +author: rick-anderson description: manager: wpickett ms.author: tdykstra diff --git a/aspnetcore/data/ef-mvc/index.md b/aspnetcore/data/ef-mvc/index.md index f5ca9d4aa8..ab6f9d0e71 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: manager: wpickett ms.author: tdykstra diff --git a/aspnetcore/data/ef-mvc/inheritance.md b/aspnetcore/data/ef-mvc/inheritance.md index 64610c0e1a..9c1cb00fc5 100644 --- a/aspnetcore/data/ef-mvc/inheritance.md +++ b/aspnetcore/data/ef-mvc/inheritance.md @@ -1,6 +1,6 @@ --- title: ASP.NET Core MVC with EF Core - Inheritance - 9 of 10 -author: tdykstra +author: rick-anderson description: This tutorial will show you how to implement inheritance in the data model, using Entity Framework Core in an ASP.NET Core application. manager: wpickett ms.author: tdykstra diff --git a/aspnetcore/data/ef-mvc/intro.md b/aspnetcore/data/ef-mvc/intro.md index 263974c0c1..a78ce421d0 100644 --- a/aspnetcore/data/ef-mvc/intro.md +++ b/aspnetcore/data/ef-mvc/intro.md @@ -1,6 +1,6 @@ --- title: ASP.NET Core MVC with Entity Framework Core - Tutorial 1 of 10 -author: tdykstra +author: rick-anderson description: manager: wpickett ms.author: tdykstra diff --git a/aspnetcore/data/ef-mvc/migrations.md b/aspnetcore/data/ef-mvc/migrations.md index d93e5a9ef7..3affce7d46 100644 --- a/aspnetcore/data/ef-mvc/migrations.md +++ b/aspnetcore/data/ef-mvc/migrations.md @@ -1,6 +1,6 @@ --- title: ASP.NET Core MVC with EF Core - Migrations - 4 of 10 -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 application. manager: wpickett ms.author: tdykstra diff --git a/aspnetcore/data/ef-mvc/read-related-data.md b/aspnetcore/data/ef-mvc/read-related-data.md index 417adda5d2..2154ce7901 100644 --- a/aspnetcore/data/ef-mvc/read-related-data.md +++ b/aspnetcore/data/ef-mvc/read-related-data.md @@ -1,6 +1,6 @@ --- title: ASP.NET Core MVC with EF Core - Read Related Data - 6 of 10 -author: tdykstra +author: rick-anderson description: In this tutorial you'll read and display related data -- that is, data that the Entity Framework loads into navigation properties. manager: wpickett ms.author: tdykstra diff --git a/aspnetcore/data/ef-mvc/sort-filter-page.md b/aspnetcore/data/ef-mvc/sort-filter-page.md index 9409e0f401..9c8e717f53 100644 --- a/aspnetcore/data/ef-mvc/sort-filter-page.md +++ b/aspnetcore/data/ef-mvc/sort-filter-page.md @@ -1,6 +1,6 @@ --- title: ASP.NET Core MVC with EF Core - Sort, Filter, Paging - 3 of 10 -author: tdykstra +author: rick-anderson description: In this tutorial you'll add sorting, filtering, and paging functionality to page using ASP.NET Core and Entity Framework Core. ms.author: tdykstra ms.date: 03/15/2017 diff --git a/aspnetcore/data/ef-mvc/update-related-data.md b/aspnetcore/data/ef-mvc/update-related-data.md index 7546c75cf6..11ac1bbe31 100644 --- a/aspnetcore/data/ef-mvc/update-related-data.md +++ b/aspnetcore/data/ef-mvc/update-related-data.md @@ -1,6 +1,6 @@ --- title: ASP.NET Core MVC with EF Core - Update Related Data - 7 of 10 -author: tdykstra +author: rick-anderson description: In this tutorial you'll update related data by updating foreign key fields and navigation properties. manager: wpickett ms.author: tdykstra diff --git a/aspnetcore/data/entity-framework-6.md b/aspnetcore/data/entity-framework-6.md index 538ec714ce..c5d27b296f 100644 --- a/aspnetcore/data/entity-framework-6.md +++ b/aspnetcore/data/entity-framework-6.md @@ -1,6 +1,6 @@ --- title: Get Started with ASP.NET Core and Entity Framework 6 -author: tdykstra +author: rick-anderson description: This article shows how to use Entity Framework 6 in an ASP.NET Core application. manager: wpickett ms.author: tdykstra diff --git a/aspnetcore/fundamentals/servers/aspnet-core-module.md b/aspnetcore/fundamentals/servers/aspnet-core-module.md index bf0ff3ac4e..6737f8c0d6 100644 --- a/aspnetcore/fundamentals/servers/aspnet-core-module.md +++ b/aspnetcore/fundamentals/servers/aspnet-core-module.md @@ -1,6 +1,6 @@ --- title: ASP.NET Core Module -author: tdykstra +author: rick-anderson description: Learn how the ASP.NET Core Module allows the Kestrel web server to use IIS or IIS Express as a reverse proxy server. manager: wpickett ms.author: tdykstra diff --git a/aspnetcore/fundamentals/servers/httpsys.md b/aspnetcore/fundamentals/servers/httpsys.md index aac28e769e..5109f47dbb 100644 --- a/aspnetcore/fundamentals/servers/httpsys.md +++ b/aspnetcore/fundamentals/servers/httpsys.md @@ -1,6 +1,6 @@ --- title: HTTP.sys web server implementation in ASP.NET Core -author: tdykstra +author: rick-anderson description: Learn about HTTP.sys, a web server for ASP.NET Core on Windows. Built on the HTTP.sys kernel-mode driver, HTTP.sys is an alternative to Kestrel that can be used for direct connection to the Internet without IIS. manager: wpickett ms.author: tdykstra diff --git a/aspnetcore/fundamentals/servers/index.md b/aspnetcore/fundamentals/servers/index.md index edbfb42996..f6f9820867 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. manager: wpickett ms.author: tdykstra diff --git a/aspnetcore/fundamentals/servers/kestrel.md b/aspnetcore/fundamentals/servers/kestrel.md index 9dfcd7e7ed..0715450f7b 100644 --- a/aspnetcore/fundamentals/servers/kestrel.md +++ b/aspnetcore/fundamentals/servers/kestrel.md @@ -1,6 +1,6 @@ --- title: Kestrel web server implementation in ASP.NET Core -author: tdykstra +author: rick-anderson description: Learn about Kestrel, the cross-platform web server for ASP.NET Core. manager: wpickett ms.author: tdykstra diff --git a/aspnetcore/fundamentals/websockets.md b/aspnetcore/fundamentals/websockets.md index 9e5967b840..c259c6784c 100644 --- a/aspnetcore/fundamentals/websockets.md +++ b/aspnetcore/fundamentals/websockets.md @@ -1,6 +1,6 @@ --- title: WebSockets support in ASP.NET Core -author: tdykstra +author: rick-anderson description: Learn how to get started with WebSockets in ASP.NET Core. manager: wpickett ms.author: tdykstra diff --git a/aspnetcore/host-and-deploy/index.md b/aspnetcore/host-and-deploy/index.md index 75b7eadb06..b5a4478bc8 100644 --- a/aspnetcore/host-and-deploy/index.md +++ b/aspnetcore/host-and-deploy/index.md @@ -1,6 +1,6 @@ --- title: Host and deploy ASP.NET Core -author: tdykstra +author: rick-anderson description: Learn how to set up hosting environments and deploy ASP.NET Core apps. manager: wpickett ms.author: riande diff --git a/aspnetcore/host-and-deploy/windows-service.md b/aspnetcore/host-and-deploy/windows-service.md index 373d09be0b..89b6008ce7 100644 --- a/aspnetcore/host-and-deploy/windows-service.md +++ b/aspnetcore/host-and-deploy/windows-service.md @@ -1,6 +1,6 @@ --- title: Host ASP.NET Core in a Windows Service -author: tdykstra +author: rick-anderson description: Learn how to host an ASP.NET Core app in a Windows Service. manager: wpickett ms.author: tdykstra diff --git a/aspnetcore/security/data-protection/implementation/key-storage-format.md b/aspnetcore/security/data-protection/implementation/key-storage-format.md index 14fff083b4..3bca292246 100644 --- a/aspnetcore/security/data-protection/implementation/key-storage-format.md +++ b/aspnetcore/security/data-protection/implementation/key-storage-format.md @@ -1,6 +1,6 @@ --- title: Key storage format in ASP.NET Core -author: tdykstra +author: rick-anderson description: Learn implementation details of the ASP.NET Core Data Protection key storage format. manager: wpickett ms.author: riande diff --git a/aspnetcore/web-api/advanced/custom-formatters.md b/aspnetcore/web-api/advanced/custom-formatters.md index e6d6660f79..dc87b6603d 100644 --- a/aspnetcore/web-api/advanced/custom-formatters.md +++ b/aspnetcore/web-api/advanced/custom-formatters.md @@ -1,6 +1,6 @@ --- title: Custom formatters in ASP.NET Core Web API -author: tdykstra +author: rick-anderson description: Learn how to create and use custom formatters for web APIs in ASP.NET Core. manager: wpickett ms.author: tdykstra