Update index.md (#4154)

pull/4158/head
Rick Anderson 2017-08-30 18:57:34 -07:00 committed by GitHub
parent 7fef13045e
commit cd991bc3b6
1 changed files with 3 additions and 2 deletions

View File

@ -23,8 +23,9 @@ The following step-by-step guides for developing ASP.NET Core applications are a
* [Create a Razor Pages web app with ASP.NET Core on Windows](xref:tutorials/razor-pages/index)
* [Create a Razor Pages web app with ASP.NET Core on Mac](xref:tutorials/razor-pages-mac/index)
* [Create a Razor Pages web app with ASP.NET Core with VS Code](xref:tutorials/razor-pages-vsc/index)
* [Create an ASP.NET Core app with Visual Studio on Windows](first-mvc-app/index.md)
* [Create an ASP.NET Core app with Visual Studio Code on Mac or Linux ](first-mvc-app-xplat/index.md)
* [Create an ASP.NET Core MVC web app with Visual Studio on Windows](first-mvc-app/index.md)
* [Create an ASP.NET Core MVC web app with Visual Studio on Mac](first-mvc-app-mac/index.md)
* [Create an ASP.NET Core MVC web app with Visual Studio Code on Mac or Linux ](first-mvc-app-xplat/index.md)
* [Getting started with ASP.NET Core and Entity Framework Core using Visual Studio](../data/ef-mvc/index.md)
* [Building projects with Yeoman](../client-side/yeoman.md)
* [Authoring Tag Helpers](../mvc/views/tag-helpers/authoring.md)