.Net Core in Random level
/20
0
:
0
Submit
Total 20 question (100 marks)
1. What is Kestrel in Asp.Net Core?
2. What is a new feature below is introduced in Asp.Net Core?
3. We should target which of the following for the code-sharing of .NET Core application?
4. How many scopes default support of DI(Dependency Injection) in Asp.Net Core?
5. ___________ applications can be installed and run on any platform without .NET Core runtime
6. The host for ASP.NET Core web application is configured in _________ file.
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. The Startup class must include _________ method.
10. Choose the correct statement
11. Choose the correct options about ViewBag in Asp.Net Core MVC
12. What methods are used to enable session in ASP.NET Core?
13. Which of the following is an entry point of ASP.NET Core application?
14. By default, static files can be served from __________ folder.
15. ASP.NET Core web application uses __________ as an internal web server by default.
16. Every command in .NET Core command line interface starts with _________.
17. Partialview in MVC 4 is not supported in .Net Core?
18. What is the interface below helps get the current context?
19. Can I use Html Tag helper of Asp.Net Framwork in Asp.Net Core?
20. Choose options correct about Middleware in Asp.net Core
Next
Previous