C# Programming - MCQ Practice Questions
C# (.NET) MCQs — OOP, collections, LINQ & exception handling.
290 questions | 100% Free
Q.1Hard
A web application needs to store a user preference that persists across multiple browser sessions. Which state management technique is most appropriate?
Q.2Hard
What is the correct order of Page Lifecycle events in ASP.NET Web Forms?
Q.3Hard
An e-commerce application needs to handle concurrent user requests efficiently. Which ASP.NET Core feature is most suitable?
Q.4Hard
In ASP.NET Core, which method is used to register services in the dependency injection container?
Q.5Hard
A developer needs to create a RESTful API that returns JSON data. Which ASP.NET approach is most suitable?