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

1.1 KiB

title author description keywords ms.author manager ms.date ms.topic ms.assetid ms.technology ms.prod uid
Building an ASP.NET Core MVC app with Visual Studio for Mac rick-anderson Create an ASP.NET Core MVC / Entity Framework app with Visual Studio for Mac ASP.NET Core, MVC, Entity Framework, Visual Studio riande wpickett 6/14/2017 article 959ff4ca-be2d-4444-acac-789e787146f3 aspnet asp.net-core tutorials/first-mvc-app-mac/index

Building an ASP.NET Core MVC app 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.

  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