171. Which of the following is faster and consume lesser memory ? A. SQLDataReader B. Data Set C. Both A and B D. None of these ✅ The correct answer is option A.
172. Which language is used to create an ASP.NET code file ? A. Visual Basic B. C# C. C++ D. All of the above ✅ The correct answer is option D.
173. When is the user controls code is executed______________? A. After the webform loads B. Before Page_init event of web form C. After the page_init event of webform D. None of the above ✅ The correct answer is option A.
174. The Following are the minimum requirement to run Asp.net pages_________________? A. Windows explorer B. Java Virtual Machine C. Common Language Runtime D. All of the above ✅ The correct answer is option C.
175. Which of the following is used to write error message in event Log File ? A. System.EnterpriseServices B. System.Diagnostics C. System.Data D. All of the above ✅ The correct answer is option B.
176. How do you trace the application_End event on runtime ? A. By Debugging B. Can not be done C. By Tracing D. By Stopping ✅ The correct answer is option B.
177. The feature in ASP.NET 2.0 that is used to fire a normal postback to a different page in the application is called ? A. Cross Page Posting B. Code-front C. Theme D. None of the above ✅ The correct answer is option A.
178. We can manage states in asp.net application using_______________? A. Session Objects B. Application Objects C. Viewstate D. All of the above ✅ The correct answer is option D.
179. Where do we include the user lists for windows authentication ? A. B. C. D. ✅ The correct answer is option C.