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

1.3 KiB

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

[!INCLUDEconsider RP]

  1. Get started
  2. Adding a controller
  3. Adding a view
  4. Adding a model
  5. Working with SQLite
  6. Controller methods and views
  7. Adding Search
  8. Adding a New Field
  9. Adding Validation
  10. Examining the Details and Delete methods