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

1.2 KiB

title author description ms.author manager ms.date ms.topic ms.technology ms.prod 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. riande wpickett 10/26/2017 get-started-article aspnet asp.net-core 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