What is the primary purpose of ASP.NET in web development?
Q.2Easy
Which of the following is the latest version of ASP.NET as per 2024-2025?
Q.3Easy
What does CLR stand for in the context of .NET?
Q.4Medium
In ASP.NET, what is the purpose of the Global.asax file?
Q.5Medium
Which attribute is used to mark a method as an HTTP endpoint in ASP.NET Core?
Advertisement
Q.6Medium
What is the difference between ASP.NET Framework and ASP.NET Core?
Q.7Medium
Which of the following is NOT a built-in state management technique in ASP.NET?
Q.8Medium
What is the role of Middleware in ASP.NET Core?
Q.9Medium
In an ASP.NET Core application, where is Dependency Injection configured?
Q.10Medium
What is the purpose of the [ValidateAntiForgeryToken] attribute in ASP.NET MVC?
Q.11Medium
Which of the following methods is used to pass data from Controller to View in ASP.NET MVC?
Q.12Hard
A web application needs to store a user preference that persists across multiple browser sessions. Which state management technique is most appropriate?
Q.13Hard
What is the correct order of Page Lifecycle events in ASP.NET Web Forms?
Q.14Easy
In ASP.NET Core, what is the purpose of the appsettings.json file?
Q.15Hard
An e-commerce application needs to handle concurrent user requests efficiently. Which ASP.NET Core feature is most suitable?
Q.16Medium
What is Entity Framework in ASP.NET context?
Q.17Hard
In ASP.NET Core, which method is used to register services in the dependency injection container?
Q.18Easy
What does MVC stand for in ASP.NET MVC?
Q.19Hard
A developer needs to create a RESTful API that returns JSON data. Which ASP.NET approach is most suitable?