
ASP.NET 6.0 - Build Hands-On Web Projects - Registering in Startup Class
Interactive Video
•
Information Technology (IT), Architecture
•
University
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Read more
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the primary purpose of registering repositories in the startup class?
To ensure the application can access repository instances
To configure the user interface
To manage user sessions
To initialize the database
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the AddSingleton method do when registering a repository?
Deletes the instance after each request
Creates multiple instances for each session
Reuses the same instance across the application
Creates a new instance for each request
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which design pattern is implemented by using the AddSingleton method?
Factory
Observer
Singleton
Decorator
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a key difference between AddSingleton and AddScoped methods?
Neither creates new instances per request
AddSingleton creates a new instance per request, AddScoped does not
AddScoped creates a new instance per request, AddSingleton does not
Both create new instances per request
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why might AddSingleton be preferred in the current context?
It automatically scales with user load
It is suitable for long-lived objects shared across requests
It allows for multiple instances per session
It is more efficient for short-lived applications
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?