Asp.Net Core - Exam test 02
/20
0
:
0
Submit
Total 20 question (100 marks)
1. Which of the following is an entry point of ASP.NET Core application?
2. The host for ASP.NET Core web application is configured in _________ file.
3. ___________ applications can be installed and run on any platform without .NET Core runtime
4. How to write C# code in a view .cshtml file?
5. How can I invoke a view component in Asp.Net Core?
6. ASP.NET Core web application uses __________ as an internal web server by default.
7. Which of the following is an entry point of ASP.NET Core application?
8. Can I use Html Tag helper of Asp.Net Framwork in Asp.Net Core?
9. What is the namespace of IHostBuilder to help build host in Program.cs file?
10. What methods are used to enable session in ASP.NET Core?
11. Choose options correct about Middleware in Asp.net Core
12. Which of the following is executed on each request in ASP.NET Core application?
13. Which Helpers are introduced in ASP.NET Core?
14. Choose the correct options about ViewBag in Asp.Net Core MVC
15. How many ways can help make custom router in Asp.Net Core
16. Select some ways below to help send many models from the controller to view(.cshtml) in Asp.Net Core
17. What is Kestrel in Asp.Net Core?
18. Partialview in MVC 4 is not supported in .Net Core?
19. Which of the following middleware must be installed to serve static files in ASP.NET Core application?
20. The Startup class must include _________ method.
Next
Previous