.NET Core Microservices - Methods to Load Shopping Cart

.NET Core Microservices - Methods to Load Shopping Cart

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial explains how to create a function to load a Card DTO based on a logged-in user. It covers retrieving the user ID from claims, obtaining an access token, and using a card service to get the shopping cart. The tutorial then details deserializing the response to a Card DTO, calculating the order total, and returning the DTO. Finally, it discusses setting up a CART index view and preparing the model for UI development.

Read more

2 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

What is the significance of deserializing the object to a card DTO after retrieving the response?

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

3 mins • 1 pt

Describe the process of calculating the order total in the card DTO.

Evaluate responses using AI:

OFF