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

1.2 KiB

title author description ms.author ms.date uid
Create an ASP.NET Core MVC app with Visual Studio Code rick-anderson Learn about the table of contents for the ASP.NET Core MVC app with Visual Studio Code tutorial. riande 05/17/2017 tutorials/first-mvc-app-xplat/index

Create an ASP.NET Core MVC app with Visual Studio Code

This series of tutorials teaches you the basics of building an ASP.NET Core MVC web app using Visual Studio Code.

[!INCLUDE consider RP]

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