Learn your way! Get started

ASP.NET Core 2.2 Using MVC, Part 1 of 6: Introduction

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 37m
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. In the latest version, Microsoft has completely transformed Identity in ASP.NET Core applications. In this course you'll get an overview of ASP.NET core and Razor Pages. The instructor will take you through the folder structure of a project as well as the fundamentals of routing, action wizard and tag helpers.

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



Intro and Project

Introduction (16:12)
  • Introduction (00:25)
  • Asp.net core overview (05:44)
  • Github (01:19)
  • Razor page application overview (00:56)
  • MVC applicaton overview (07:38)
  • Summary (00:08)
Razor Pages Introduction (28:15)
  • Introduction (00:10)
  • Create Project (00:50)
  • Csproj (02:12)
  • Properties (01:35)
  • Wwwroot (01:44)
  • Program (02:04)
  • Startup_tobemodified (05:16)
  • Middleware second half (06:19)
  • Page and appsettings (05:15)
  • Routing middle lines (02:38)
  • Summary (00:08)
Razor Startup (25:26)
  • Introduction (00:08)
  • Connection string and db setup (04:19)
  • Add book to Db (03:51)
  • Create First Razor Page (05:22)
  • Index Razor Page (05:06)
  • Create get and post handler (06:31)
  • Summary (00:08)
Create Razor Page (27:06)
  • Introduction (00:08)
  • Create Page (04:03)
  • Add Validation and More Properties (04:13)
  • Index Razor Page (03:02)
  • Tempdata (04:25)
  • Delete book (04:03)
  • Edit Razor Page (01:12)
  • Edit Page Model (05:50)
  • Summary (00:08)