Learn your way! Get started

ASP.NET Core 6 MVC, Part 1 of 9

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


Enterprise Solutions

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



Course description

Microsoft's ASP.NET Core 6 platform is everything you need to build rich, interactive front end web UI and powerful back-end services. This course will get you proficient with MVC through building a project. Topics covered include: a walkthrough of the main project, tools needed, projects and settings, as well as an overview of MVC Architecture.

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

Welcome (18:11)
  • Introduction (00:08)
  • Welcome (03:51)
  • Live Preview Main Project (14:03)
  • Summary (00:08)
Tools Needed (26:21)
  • Introduction (00:08)
  • Tools Needed (00:50)
  • Introduction To .NET Core (04:42)
  • Project Resources (02:02)
  • Dependency Injection (04:34)
  • Create Project (03:14)
  • Hot Reload (03:52)
  • Project File (01:35)
  • Launchsettings wwwroot And Appsettings (05:12)
  • Summary (00:08)
Program cs (33:57)
  • Introduction (00:08)
  • Program cs (05:48)
  • MVC Architecture (04:49)
  • Routing Overview (03:10)
  • Routing In Action (07:34)
  • Default Views (06:03)
  • Tag Helper (02:37)
  • Action Result (03:37)
  • Summary (00:08)