From 171caa1b4cd1a849335244138da6b5e6727f1215 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Mon, 18 Dec 2017 17:54:20 -1000 Subject: [PATCH 1/2] Restore MVC/EF to TOC (#5034) --- aspnetcore/toc.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/aspnetcore/toc.md b/aspnetcore/toc.md index 44a7f549fe..ca0efbdf7e 100644 --- a/aspnetcore/toc.md +++ b/aspnetcore/toc.md @@ -37,6 +37,18 @@ ### [Updating related data](xref:data/ef-rp/update-related-data) ### [Handling concurrency conflicts](xref:data/ef-rp/concurrency) +## [Data access - MVC with EF Core](data/ef-mvc/index.md) +### [Getting started](data/ef-mvc/intro.md) +### [Create, Read, Update, and Delete operations](data/ef-mvc/crud.md) +### [Sorting, filtering, paging, and grouping](data/ef-mvc/sort-filter-page.md) +### [Migrations](data/ef-mvc/migrations.md) +### [Creating a complex data model](data/ef-mvc/complex-data-model.md) +### [Reading related data](data/ef-mvc/read-related-data.md) +### [Updating related data](data/ef-mvc/update-related-data.md) +### [Handling concurrency conflicts](data/ef-mvc/concurrency.md) +### [Inheritance](data/ef-mvc/inheritance.md) +### [Advanced topics](data/ef-mvc/advanced.md) + ## [Creating backend services for mobile apps](mobile/native-mobile-backend.md) ## [Building Web APIs](mvc/web-api/index.md) ## [Create a Web API](xref:tutorials/first-web-api-mac) From 157a54bee5e9f7ccb5bbc24ae3d723c5d574a800 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Mon, 18 Dec 2017 18:50:02 -1000 Subject: [PATCH 2/2] Fix legacy Web-API server (#5037) --- .../sample/server/ProductsApp/ProductsApp.csproj | 7 ------- 1 file changed, 7 deletions(-) diff --git a/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client/sample/server/ProductsApp/ProductsApp.csproj b/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client/sample/server/ProductsApp/ProductsApp.csproj index d9f1a5664d..8fd9e62251 100644 --- a/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client/sample/server/ProductsApp/ProductsApp.csproj +++ b/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client/sample/server/ProductsApp/ProductsApp.csproj @@ -134,13 +134,6 @@ - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - -