Asp.Net Core - Exam test 01
1
/20
0
:
0
Submit
Total 20 question (100 marks)
1. How many scopes default support of DI(Dependency Injection) in Asp.Net Core?
2. ASP.NET Core supports which of the following platforms?
3. What is a new feature below is introduced in Asp.Net Core?
4. Which of the following is an environment variable in the ASP.NET Core application?
5. We should target which of the following for the code-sharing of .NET Core application?
6. Middlwares can be configured in ___________ method of Startup class.
7. Choose the correct statement
8. By default, static files can be served from __________ folder.
9. To create logs in ASP.NET Core application, we need to get _________ object from IoC container.
10. ASP.NET Core applications can target which of the following?
11. Which of the following extension method allow us to configure custom error handling route?
12. What is the interface below helps get the current context?
13. Asp.Net Core has support asynchronous via async/await.
14. What is interface help get the current environment of the application?
15. What is attribute help generate a version for static files in Asp.Net Core?
16. Every command in .NET Core command line interface starts with _________.
17. Middlewares can be configured using instance of type ____________.
18. The _________ method in Startup class is used to registering services with IoC container.
19. ASP.NET Core is an ____________ framework.
20. Which of the followings are the types of .NET Core applications?
1.
How many scopes default support of DI(Dependency Injection) in Asp.Net Core?
A
2
B
1
C
3
D
5
E
4
Next
Previous
You are need login before take this quiz.
Login