.Net Core in Random level
/20
0
:
0
Submit
Total 20 question (100 marks)
1. By default, static files can be served from __________ folder.
2. Choose the correct options about ViewBag in Asp.Net Core MVC
3. Which of the following is an environment variable in the ASP.NET Core application?
4. Choose options correct about Middleware in Asp.net Core
5. Which of the following middleware must be installed to serve static files in ASP.NET Core application?
6. ASP.NET Core is an ____________ framework.
7. Which of the following is executed on each request in ASP.NET Core application?
8. Which of the followings are the types of .NET Core applications?
9. ASP.NET Core web application uses __________ as an internal web server by default.
10. The host for ASP.NET Core web application is configured in _________ file.
11. Every command in .NET Core command line interface starts with _________.
12. What methods are used to enable session in ASP.NET Core?
13. Which Helpers are introduced in ASP.NET Core?
14. How many scopes default support of DI(Dependency Injection) in Asp.Net Core?
15. What is interface help get the current environment of the application?
16. The _________ method in Startup class is used to registering services with IoC container.
17. ASP.NET Core supports which of the following platforms?
18. Asp.Net Core has support asynchronous via async/await.
19. What is Kestrel in Asp.Net Core?
20. Select some ways below to help send many models from the controller to view(.cshtml) in Asp.Net Core
Next
Previous