.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. ASP.NET Core is an ____________ framework.
3. What is the namespace of IHostBuilder to help build host in Program.cs file?
4. ASP.NET Core supports which of the following platforms?
5. Select some ways below to help send many models from the controller to view(.cshtml) in Asp.Net Core
6. Every command in .NET Core command line interface starts with _________.
7. ASP.NET Core web application uses __________ as an internal web server by default.
8. Which of the following is an environment variable in the ASP.NET Core application?
9. What is Kestrel in Asp.Net Core?
10. Asp.Net Core has support asynchronous via async/await.
11. ___________ applications can be installed and run on any platform without .NET Core runtime
12. What methods are used to enable session in ASP.NET Core?
13. The Startup class must include _________ method.
14. How to write C# code in a view .cshtml file?
15. Which of the following is executed on each request in ASP.NET Core application?
16. Choose the correct statement
17. We should target which of the following for the code-sharing of .NET Core application?
18. The _________ method in Startup class is used to registering services with IoC container.
19. How many ways can help make custom router in Asp.Net Core
20. Middlwares can be configured in ___________ method of Startup class.
Next
Previous