AspNetCore.Docs/aspnetcore/tutorials/first-mvc-app/index.md

1.2 KiB

title author description manager ms.author ms.date ms.prod ms.technology ms.topic uid
Create a web app with ASP.NET Core MVC on Windows rick-anderson Table of contents for introduction to ASP.NET Core MVC using Visual Studio on Windows. wpickett riande 10/26/2017 asp.net-core aspnet get-started-article tutorials/first-mvc-app/index

Create a web app with ASP.NET Core MVC using Visual Studio

[!INCLUDEconsider RP]

There are 3 versions of this tutorial:

  1. Getting started
  2. Adding a controller
  3. Adding a view
  4. Adding a model
  5. Working with SQL Server LocalDB
  6. Controller methods and views
  7. Adding Search
  8. Adding a New Field
  9. Adding Validation
  10. Examining the Details and Delete methods