Olete.in
Articles
Mock Tests
🧪 ASP.NET Core MCQ Quiz Hub
ASP.NET Core MCQ Question
Choose a topic to test your knowledge and improve your ASP.NET Core skills
1. Which property of the session object is used to set the local identifier?
LCID
SessionId
Key
Item
2. The host for ASP.NET Core web application is configured in _________ file?
Program.cs
Startup.cs
Middleware
None of These
3. Middlwares can be configured in ___________ method of Startup class
Configure
ConfigureService
Main
ConfigureMiddleware
4. Which of the following is an entry point of ASP.NET Core application?
Main method of Program class
Configure method of Startup class
ConfigureService method of Startup class
Application_start method of Global.asax
5. What are the features of MVC5?
Scaffolding
ASP.NET Identity
One ASP.NET
All of the above
6. What are characteristics best define .NET Core?
Flexible deployment
Cross-platform
Command-line tools
All of the above
7. Every command in .NET Core command line interface starts with ________
core
dotnet
net
aspdotnet
8. Which of the following is true?
User controls are displayed correctly in the Visual Studio .NET Designer
Custom controls are displayed correctly in VS.Net Designer
User and Custom controls are displayed correctly in the Visual Studio .NET Designer
All of these
Submit