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