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

1.2 KiB

title author description ms.author ms.date uid
Create a web app with ASP.NET Core MVC on macOS with Visual Studio for Mac rick-anderson Create an ASP.NET Core MVC / Entity Framework app with Visual Studio for Mac riande 06/26/2017 tutorials/first-mvc-app-mac/index

Create a web app with ASP.NET Core MVC on macOS with Visual Studio for Mac

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

[!INCLUDE consider RP]

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