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

1.1 KiB

title author description ms.author ms.date uid
Create a web app with ASP.NET Core MVC on Windows with Visual Studio rick-anderson See the table of contents for an introduction to ASP.NET Core MVC using Visual Studio on Windows. riande 10/26/2017 tutorials/first-mvc-app/index

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

[!INCLUDE consider RP]

There are 3 versions of this tutorial:

The tutorial series includes the following:

  1. Get started
  2. Add a controller
  3. Add a view
  4. Add a model
  5. Work with SQL Server LocalDB
  6. Controller methods and views
  7. Add search
  8. Add a new field
  9. Add validation
  10. Examine the Details and Delete methods