diff --git a/aspnetcore/data/ef-rp/crud.md b/aspnetcore/data/ef-rp/crud.md index 6723355759..93b659c17b 100644 --- a/aspnetcore/data/ef-rp/crud.md +++ b/aspnetcore/data/ef-rp/crud.md @@ -3,7 +3,7 @@ title: Razor Pages with EF Core in ASP.NET Core - CRUD - 2 of 8 author: rick-anderson description: Shows how to create,read,update,delete with EF Core ms.author: riande -ms.date: 06/31/2017 +ms.date: 06/30/2017 uid: data/ef-rp/crud --- # Razor Pages with EF Core in ASP.NET Core - CRUD - 2 of 8 diff --git a/aspnetcore/data/ef-rp/migrations.md b/aspnetcore/data/ef-rp/migrations.md index c65d67972a..e7205160f7 100644 --- a/aspnetcore/data/ef-rp/migrations.md +++ b/aspnetcore/data/ef-rp/migrations.md @@ -3,7 +3,7 @@ title: Razor Pages with EF Core in ASP.NET Core - Migrations - 4 of 8 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: 06/31/2017 +ms.date: 06/30/2017 uid: data/ef-rp/migrations ---