11. What is the default programming language used in ASP.NET? A. PHP B. C# C. Python D. None of the above Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option B No explanation is given for this question Let's Discuss on Board
12. Which ASP.NET technology is used to handle asynchronous HTTP requests? A. ASP.NET Web API B. ASP.NET Core C. ASP.NET MVC D. ASP.NET AJAX Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option D No explanation is given for this question Let's Discuss on Board
13. Which ASP.NET feature is used to authenticate users? A. ASP.NET Authorization B. ASP.NET Authentication C. ASP.NET Identity D. ASP.NET Membership Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option C No explanation is given for this question Let's Discuss on Board
14. What is the purpose of the element in the Web.config file? A. To configure routing rules B. To define HTML layout C. To manage database connections D. To configure authentication settings Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option D No explanation is given for this question Let's Discuss on Board
15. Which of the following is NOT a valid ASP.NET component? A. Model B. View C. Controller D. Service Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option D No explanation is given for this question Let's Discuss on Board
16. What is the purpose of the Global.asax file in an ASP.NET application? A. Handling application-level events B. Managing session data C. Defining routing rules D. Configuring authentication Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option A No explanation is given for this question Let's Discuss on Board
17. Which of the following is NOT a valid HTTP status code in ASP.NET? A. 404 (Not Found) B. 201 (Created) C. 302 (Found) D. 606 (Not Acceptable) Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option D No explanation is given for this question Let's Discuss on Board
18. What is the primary function of the ASP.NET Web API framework? A. Styling web pages B. Managing databases C. Rendering HTML pages D. Building HTTP services Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option D No explanation is given for this question Let's Discuss on Board
19. In ASP.NET MVC, what is the purpose of the ViewBag object? A. Validating user input B. Handling user authentication C. Passing data from the controller to the view D. Controlling page layout Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option C No explanation is given for this question Let's Discuss on Board
20. Which directive is used to inherit from a master page in an ASP.NET Web Forms application? A. <%@ Master %> B. <%@ Inherits %> C. <%@ Page %> D. <%@ Import %> Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option B No explanation is given for this question Let's Discuss on Board