.NET Core Microservices - Create Project 18-3

.NET Core Microservices - Create Project 18-3

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial explains the process of setting up a gateway for Mango web using ASP.NET Core. It covers creating a new project, naming conventions, and installing necessary NuGet packages like identity model, JWT bearer tokens, and Ocelot. The tutorial aims to guide viewers in configuring a gateway to manage service exposure effectively.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is a gateway created in the Mango web project?

To directly expose services

To avoid direct exposure to services

To increase the number of services

To delete unnecessary services

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of project is created for the Mango gateway solution?

A web API project

An empty ASP.NET Core application

A class library

A console application

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the naming convention used for the Mango gateway solution?

The folder and project have the same name

The folder and project have different names

The project name is a random string

The folder name is a random string

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which package is NOT mentioned as necessary for the Mango gateway?

Identity Model

Entity Framework

JWT Bearer Tokens

Ocelot

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the latest version of Ocelot mentioned in the video?

18

17

16

15