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

1.0 KiB

title author description keywords ms.author manager ms.date ms.topic ms.assetid ms.technology ms.prod uid
Building your first ASP.NET Core MVC app with Visual Studio | Microsoft Docs rick-anderson Index page for first ASP.NET Core MVC app with Visual Studio Code ASP.NET Core, riande wpickett 3/29/2019 article 959ff4ca-be2d-1638-ac04-789e7f7146ff aspnet asp.net-core tutorials/first-mvc-app-xplat/index

Building your first ASP.NET Core MVC app with Visual Studio Code

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

  1. Getting 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