Learn your way! Get started

ASP.NET CORE 6 Microservices, Part 3 of 9: CRUD Operations and Identity

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 10/18/2021
Level Beginner
Runtime 2h 14m
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

Microservices make it easier to develop, test, and deploy isolated parts of your application. Once deployed, each microservice can be independently scaled as needed. In this course Microservices will be used to build a real world application. This course focuses on creating CRUD operations and Identity, token inspection, seeding users as well as login redirection.

Prerequisites

Basic understanding of .NET Core CRUD Operations Entity Framework Core Basic API Creation and Consumption

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 3

Product Controller Get All Action (27:44)
  • Introduction (00:08)
  • Product Controller (00:22)
  • Product Controller Get All Action (05:44)
  • API Call Debugging (02:29)
  • Display all Products (05:42)
  • Create Product (05:12)
  • Update Product (03:46)
  • Delete Product (04:10)
  • Summary (00:08)
OAuth2 and OpenID Connect (14:30)
  • Introduction (00:08)
  • Identity Server (00:58)
  • OAuth2 and OpenID Connect (04:12)
  • Identity Server Introduction (03:02)
  • Identity Server Setup (00:51)
  • Integrate QuickStart in Identity Server Service (05:08)
  • Summary (00:08)
Nuget Packages for Identity Server (24:43)
  • Introduction (00:08)
  • Nuget Packages for Identity Server (01:40)
  • DbContext for Identity Server (03:47)
  • Configuring Identity Server (08:20)
  • Configuring Clients in Identity Server (03:44)
  • Configure and run Identity Server (06:54)
  • Summary (00:08)
Seed Users (27:13)
  • Introduction (00:08)
  • Seed Users (11:05)
  • Secure Product API (09:34)
  • Setup Main Project to use Identity Server (06:18)
  • Summary (00:08)
Login Registeration Redirection (20:40)
  • Introduction (00:08)
  • Login Registeration Redirection (03:56)
  • Login in Action (06:23)
  • Register User From UI (10:03)
  • Summary (00:08)
Token Inspection (20:00)
  • Introduction (00:08)
  • Token Inspection (02:31)
  • Passing custom claims (06:58)
  • View Modified Token (03:48)
  • Pass Token and perform operations (06:25)
  • Summary (00:08)