Update index.md (#3115)

pull/3117/head
Rick Anderson 2017-03-30 17:01:14 -10:00 committed by GitHub
parent 7fc79f215e
commit fbc5c3e584
1 changed files with 3 additions and 2 deletions

View File

@ -19,11 +19,12 @@ This series of tutorials will teach you the basics of building an ASP.NET Core M
1. [Getting started](start-mvc.md)
2. [Adding a controller](adding-controller.md)
3. [Adding a view](adding-view.md)
4. [Adding a model](adding-model.md)
This is a work in progress. See the [Visual Studio versions ](xref:tutorials/first-mvc-app/index) of the remaining tutorials.
<!--
4. [Adding a model](adding-model.md)
5. [Working with SQL Server LocalDB](working-with-sql.md)
6. [Controller methods and views](controller-methods-views.md)
7. [Adding Search](search.md)