Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 775 Bytes

File metadata and controls

24 lines (21 loc) · 775 Bytes
title author description ms.author ms.date uid
Create a web app with ASP.NET Core MVC
rick-anderson
See the table of contents for an introduction to ASP.NET Core MVC.
riande
10/26/2017
tutorials/first-mvc-app/index

Create a web app with ASP.NET Core MVC

[!INCLUDE consider RP]

The tutorial series includes the following:

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