.NET Core Microservices - Create Coupon Project and Add NuGet Packages

.NET Core Microservices - Create Coupon Project and Add NuGet Packages

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial guides viewers through setting up a new API project named Mango Services Icon API. It covers managing NuGet packages, including AutoMapper, JWT bearer token, and Entity Framework Core SQL Server. The tutorial also discusses installing Swashbuckle for API documentation. The video concludes with finalizing the project setup and ensuring all necessary packages are installed.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name given to the new API project?

Services Mango API

Icon Mango API

Mango API Services

Mango Services Icon API

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which package is installed first when managing NuGet packages?

Swashbuckle

JWT Bearer Token

Auto Mapper

Entity Framework Core

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which package is NOT needed for the project?

JWT Bearer Token

Entity Framework Core Tools

ASP Net Core Swagger

Swashbuckle NetCore

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the Swashbuckle package?

To provide API documentation

To map objects

To handle authentication

To manage database connections

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tool is used for database management in the project?

Swashbuckle

Entity Framework Core

JWT Bearer Token

Auto Mapper