ASP.NET Core 7 or 8

 

  • Getting started
  • dotnet command line
  • Tour of starting code

 

  • Default Routing
  • Controllers
  • Action Methods
  • Model-View-Controller
  • Razor Engine

Model - View - Controller

  • Basic communication between client and server
  • Our first Forms
  • Parameter and model binding (for both query strings and posted form values)
  • Specifying GET or POST with Attributes
  • Razor Tag Helpers
  • Data Annotations (Attributes)
  • Form and Data Validation
  • Strongly typed Views
  • Razor language features

ASP.NET Core MVC

By drmorgan

ASP.NET Core MVC

  • 7