.Net Core in Random level
/20
0
:
0
Submit
Total 20 question (100 marks)
1. Which of the following is executed on each request in ASP.NET Core application?
2. What is Kestrel in Asp.Net Core?
3. Which Helpers are introduced in ASP.NET Core?
4. ASP.NET Core web application uses __________ as an internal web server by default.
5. Choose the correct options about ViewBag in Asp.Net Core MVC
6. Every command in .NET Core command line interface starts with _________.
7. Which of the following middleware must be installed to serve static files in ASP.NET Core application?
8. To create logs in ASP.NET Core application, we need to get _________ object from IoC container.
9. We should target which of the following for the code-sharing of .NET Core application?
10. Middlewares can be configured using instance of type ____________.
11. Choose the correct statement
12. The _________ method in Startup class is used to registering services with IoC container.
13. Middlwares can be configured in ___________ method of Startup class.
14. What is a new feature below is introduced in Asp.Net Core?
15. What is the namespace of IHostBuilder to help build host in Program.cs file?
16. ASP.NET Core supports which of the following platforms?
17. Partialview in MVC 4 is not supported in .Net Core?
18. Choose options correct about Middleware in Asp.net Core
19. How can I invoke a view component in Asp.Net Core?
20. Asp.Net Core has support asynchronous via async/await.
Next
Previous