ASP.NET Core Using MVC (Part 1 of 6) Introduction
Interactive

ASP.NET Core Using MVC (Part 1 of 6) Introduction

BizLibrary
Updated Jan 20, 2020

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.

This course contains the following lessons:

Lesson 1:

  • Asp.net core overview
  • Github
  • Razor page application overview
  • MVC applicaton overview

Lesson 2:

  • Create Project
  • Csproj
  • Properties
  • Wwwroot
  • Program
  • Startup_tobemodified
  • Middleware second half
  • Page and appsettings
  • Routing middle lines

Lesson 3:

  • Connection string and db setup
  • Add book to Db
  • Create First Razor Page
  • Index Razor Page
  • Create get and post handler

Lesson 4:

  • Create Page
  • Add Validation and More Properties
  • Index Razor Page
  • Temp data
  • Delete book
  • Edit Razor Page
  • Edit Page Model
;