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

960 B

title author description keywords ms.author manager ms.date ms.topic ms.assetid ms.technology ms.prod uid
Create a web app with ASP.NET Core MVC on Windows rick-anderson ASP.NET Core, riande wpickett 6/26/2017 get-started-article 959ff4ca-be2d-444c-ac04-789e787146f3 aspnet asp.net-core tutorials/first-mvc-app/index

Create a web app with ASP.NET Core MVC using Visual Studio on Windows

This series of tutorials teaches 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 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