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

1011 B

title author description manager ms.author ms.date ms.prod ms.technology ms.topic uid
Create a web app with ASP.NET Core MVC on a Mac rick-anderson Create an ASP.NET Core MVC / Entity Framework app with Visual Studio for Mac wpickett riande 06/26/2017 asp.net-core aspnet article tutorials/first-mvc-app-mac/index

Create a web app with ASP.NET Core MVC using 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.

[!INCLUDEconsider RP]

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