Learn your way! Get started

ASP.NET Core 2.2 Using MVC, Part 2 of 6: Granite Project

with expert Bhrugen Patel


Watch trailer


Course at a glance

Included in these subscriptions:

  • Dev & IT Pro Video
  • Dev & IT Pro Power Pack

Release date 1/11/2019
Level Beginner
Runtime 1h 17m
Closed captioning N/A
Transcript N/A
eBooks / courseware N/A
Hands-on labs N/A
Sample code N/A
Exams Included


Enterprise Solutions

Need reporting, custom learning tracks, or SCORM? Learn More



Course description

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.

Prerequisites

3-6 months of C# experience, Basic SQL knowledge, Basic HTML and JavaScript knowledge.

Meet the expert

I have a master's of science degree in computer science, and a bachelor of Computer Engineering. I also have many years of experience with .NET, C#, and .NET MVC. I enjoy teaching along with my full-time job.

Course outline



Granite Project

MVC Project (12:09)
  • Introduction (00:34)
  • Create project (01:30)
  • Files and Folder Structure (01:31)
  • Create database (03:24)
  • Add Product Type Model (02:01)
  • Add product type to db (02:59)
  • Summary (00:08)
BootStrap (17:09)
  • Introduction (00:08)
  • Bootstrap4 (02:48)
  • Migrating from bootstrap 3 to 4 (07:26)
  • Add areas to project (02:57)
  • Modifications to project when you add new area (03:41)
  • Summary (00:08)
Product Types Methods (26:17)
  • Introduction (00:15)
  • Add Product Types Controller (03:18)
  • Index View (05:31)
  • Create Action Method (05:21)
  • Create View (07:22)
  • Table Button Partial (04:21)
  • Summary (00:08)
Product Types Views (22:07)
  • Introduction (00:08)
  • Fontawesome (04:17)
  • Edit Get and Post Methods (04:41)
  • Edit View (02:34)
  • Details Action Method and View (03:34)
  • Delete Action Method (03:10)
  • Delete View (02:10)
  • Assignment (01:22)
  • Summary (00:08)