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

1000 B

title author description keywords 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. ASP.NET Core, MVC, tutorial, introduction 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]

The tutorial series includes the following:

  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