.Net Core in Random level
/20
0
:
0
Submit
Total 20 question (100 marks)
1. ASP.NET Core supports which of the following platforms?
2. What is a new feature below is introduced in Asp.Net Core?
3. The Startup class must include _________ method.
4. Which Helpers are introduced in ASP.NET Core?
5. What is interface help get the current environment of the application?
6. How many ways can help make custom router in Asp.Net Core
7. Can I use Html Tag helper of Asp.Net Framwork in Asp.Net Core?
8. Middlewares can be configured using instance of type ____________.
9. What is the namespace of IHostBuilder to help build host in Program.cs file?
10. We should target which of the following for the code-sharing of .NET Core application?
11. Which of the following extension method allow us to configure custom error handling route?
12. The host for ASP.NET Core web application is configured in _________ file.
13. How to write C# code in a view .cshtml file?
14. ___________ applications can be installed and run on any platform without .NET Core runtime
15. What is attribute help generate a version for static files 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. To create logs in ASP.NET Core application, we need to get _________ object from IoC container.
18. By default, static files can be served from __________ folder.
19. How many scopes default support of DI(Dependency Injection) in Asp.Net Core?
20. Which of the followings are the types of .NET Core applications?
Next
Previous