.Net Core in Random level
/20
0
:
0
Submit
Total 20 question (100 marks)
1. Which of the following is an entry point of ASP.NET Core application?
2. What is Kestrel in Asp.Net Core?
3. Asp.Net Core has support asynchronous via async/await.
4. Choose options correct about Middleware in Asp.net Core
5. Select some ways below to help send many models from the controller to view(.cshtml) in Asp.Net Core
6. The Startup class must include _________ method.
7. How can I invoke a view component in Asp.Net Core?
8. Which of the following middleware must be installed to serve static files in ASP.NET Core application?
9. Which of the following is an environment variable in the ASP.NET Core application?
10. Which of the following extension method allow us to configure custom error handling route?
11. Middlwares can be configured in ___________ method of Startup class.
12. Every command in .NET Core command line interface starts with _________.
13. Which of the following is executed on each request in ASP.NET Core application?
14. ASP.NET Core supports which of the following platforms?
15. Can I use Html Tag helper of Asp.Net Framwork in Asp.Net Core?
16. ___________ applications can be installed and run on any platform without .NET Core runtime
17. ASP.NET Core applications can target which of the following?
18. Partialview in MVC 4 is not supported in .Net Core?
19. What methods are used to enable session in ASP.NET Core?
20. How to write C# code in a view .cshtml file?
Next
Previous