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 with Visual Studio rick-anderson See the table of contents for an 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 on Windows with Visual Studio

[!INCLUDE consider RP]

There are 3 versions of this tutorial:

  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