.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 a new feature below is introduced in Asp.Net Core?
3. Middlwares can be configured in ___________ method of Startup class.
4. We should target which of the following for the code-sharing of .NET Core application?
5. Choose the correct options about ViewBag in Asp.Net Core MVC
6. How to write C# code in a view .cshtml file?
7. How can I invoke a view component in Asp.Net Core?
8. Every command in .NET Core command line interface starts with _________.
9. Asp.Net Core has support asynchronous via async/await.
10. Middlewares can be configured using instance of type ____________.
11. Partialview in MVC 4 is not supported in .Net Core?
12. What is interface help get the current environment of the application?
13. Choose options correct about Middleware in Asp.net Core
14. Which of the following middleware must be installed to serve static files in ASP.NET Core application?
15. To create logs in ASP.NET Core application, we need to get _________ object from IoC container.
16. How many ways can help make custom router in Asp.Net Core
17. What is the namespace of IHostBuilder to help build host in Program.cs file?
18. Select some ways below to help send many models from the controller to view(.cshtml) in Asp.Net Core
19. ASP.NET Core supports which of the following platforms?
20. Can I use Html Tag helper of Asp.Net Framwork in Asp.Net Core?
Next
Previous