Learn your way! Get started

ASP.NET Core 5 MVC, Part 1 of 8

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 5/12/2021
Level Beginner
Runtime 1h 59m
Closed captioning Included
Transcript Included
eBooks / courseware N/A
Hands-on labs N/A
Sample code Included
Exams N/A


Enterprise Solutions

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



Course description

Microsoft's ASP.NET Core platform is everything you need to build rich, interactive front end web UI and powerful backend services. This course gets you started learning the Fundamentals of Core 5 MVC, creating a project, routing, as well as building your first model all in a project.

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



Module 1

Fundamentals (20:57)
  • Introduction (00:08)
  • Roadmap (01:54)
  • First Project Part 1 (04:05)
  • First Project Part 2 (06:39)
  • Tools (02:07)
  • Project Resources (01:38)
  • ASP.NET Core (04:15)
  • Summary (00:08)
Create Project (17:46)
  • Introduction (00:08)
  • Create Project (03:55)
  • Project File (01:42)
  • Program Class File (01:27)
  • DI (04:34)
  • Startup Part 1 (02:26)
  • Startup Part 2 (03:24)
  • Summary (00:08)
Routing in MVC (22:24)
  • Introduction (00:08)
  • Routing in MVC (06:01)
  • AppSettings (00:49)
  • wwwRoot and launchsettings (02:51)
  • MVC application (07:33)
  • Views in Default Project (04:52)
  • Summary (00:08)

Module 2

First Model (26:45)
  • Introduction (00:08)
  • Create First Model (03:35)
  • Add Connection String (03:28)
  • Setup Db Context (05:24)
  • Complete DbContext Configuration (03:48)
  • Push Category to Database (03:35)
  • Check Database (01:13)
  • Add Category Controller (02:51)
  • Fix Category Exception (02:32)
  • Summary (00:08)
Get All Category (32:05)
  • Introduction (00:08)
  • Get All Category (04:34)
  • Display All Category (05:19)
  • Add Category Part 1 (04:57)
  • Add Category Part 2 (05:29)
  • Add Category Part 3 (03:56)
  • Assignment (01:10)
  • Solution (06:21)
  • Summary (00:08)