.Net Core in Random level
/20
0
:
0
Submit
Total 20 question (100 marks)
1. ASP.NET Core applications can target which of the following?
2. Middlwares can be configured in ___________ method of Startup class.
3. Which of the following is an entry point of ASP.NET Core application?
4. We should target which of the following for the code-sharing of .NET Core application?
5. Choose the correct statement
6. Choose the correct options about ViewBag in Asp.Net Core MVC
7. Which of the following is an environment variable in the ASP.NET Core application?
8. Which of the following middleware must be installed to serve static files in ASP.NET Core application?
9. Which of the followings are the types of .NET Core applications?
10. ___________ applications can be installed and run on any platform without .NET Core runtime
11. ASP.NET Core is an ____________ framework.
12. Every command in .NET Core command line interface starts with _________.
13. The Startup class must include _________ method.
14. Asp.Net Core has support asynchronous via async/await.
15. How many ways can help make custom router in Asp.Net Core
16. What methods are used to enable session in ASP.NET Core?
17. The _________ method in Startup class is used to registering services with IoC container.
18. What is attribute help generate a version for static files in Asp.Net Core?
19. Which of the following is executed on each request in ASP.NET Core application?
20. How can I invoke a view component in Asp.Net Core?
Next
Previous