ASP.NET Core Using MVC (Part 3 of 6): Products and Actions
Interactive

ASP.NET Core Using MVC (Part 3 of 6): Products and Actions

Biz Library
Updated Jan 20, 2020

ASP.NET Core is a cross-platform, cloud-based framework for building Internet-connected applications. In this course, more work on the Granite house project continues touching more on the topics of ASP.NET Core identity, sessions, authentications, and authorization.

This course contains the following lessons:

Lesson 1:

  • Products model
  • Products view model
  • Index Action Method
  • Index View

Lesson 2:

  • Create Action Method
  • Create Action Method Part 2
  • Create View
  • Extension Methods
  • Create View Dropdowns

Lesson 3:

  • Add Products
  • Edit Get Action Method Part 1
  • Edit View
  • Edit Post Action method
  • Edit Post Action Method Part 2
  • Details Action Method and View
  • Delete Get Action Method and View
  • Delete Post Action Method