ASP.NET Core Using MVC (Part 2 of 6): Granite Project
Interactive

ASP.NET Core Using MVC (Part 2 of 6): Granite Project

Biz Library
Updated Jan 20, 2020

ASP.NET Core is a cross-platform, cloud-based framework for building Internet-connected applications. This course starts off with a project with Razor pages and CRUD operations. This will prepare for the Granite house project using ASP.NET Core 2.1 and switching to MVC. This will allow comparing and contrasting Razor pages with MVC development.

This course contains the following lessons:

Lesson 1:

  • Create project
  • Files and Folder Structure
  • Create database
  • Add Product Type Model
  • Add product type to db

Lesson 2:

  • Bootstrap4;
  • Migrating from bootstrap 3 to 4
  • Add areas to project
  • Modifications to project when you add new area

Lesson 3:

  • Add Product Types Controller
  • Index View
  • Create Action Method
  • Create View
  • Table Button Partial

Lesson 4:

  • Fontawesome
  • Edit Get and Post Methods
  • Edit View
  • Details Action Method and View
  • Delete Action Method
  • Delete View
  • Assignment