replace tdykstra with rick-anderson (#6395)
parent
8d723932c2
commit
059bbc60f7
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue