Learn your way! Get started

ASP.NET CORE 6 Microservices, Part 4 of 9: Details and Shopping Cart

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 Intermediate
Runtime 1h 24m
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 with a focus on creating Models and Shopping carts.

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 4

Home and Details (13:52)
  • Introduction (00:08)
  • Home and Details (00:17)
  • Create Index Action Method (02:43)
  • Index View Home Controller (04:05)
  • Details Get Action Method (02:00)
  • Details View (04:29)
  • Summary (00:08)
Create Shopping Cart API (22:31)
  • Introduction (00:08)
  • Shopping Cart (00:27)
  • Create Shopping Cart API (01:32)
  • Nuget Packages for Shopping Cart API (02:04)
  • Setup Statup Class file for Shopping Cart (04:07)
  • Entity Models for Shopping Cart API (07:07)
  • DTO's and push Models to Shopping Cart Database (05:34)
  • Mapping Configuration for Shopping Cart (01:21)
  • Summary (00:08)
Cart Repository Interface for Shopping Cart API (27:29)
  • Introduction (00:08)
  • Cart Repository Interface for Shopping Cart API (02:53)
  • Add to Shopping Cart Repository Method (07:27)
  • Update Shopping Cart Repository Method (05:08)
  • Implement Cart Repository Get and Remove (06:24)
  • Cart Controller for API Endpoints (05:19)
  • Summary (00:08)
Create Models for Shopping Cart API (20:44)
  • Introduction (00:08)
  • Consumer Shopping (00:14)
  • Create Models for Shopping Cart API (03:05)
  • Define Cart Service Interface (01:57)
  • Configure Cart Service (04:16)
  • Details Post Action Method (06:35)
  • Demo: Add Items to Cart (04:19)
  • Summary (00:08)