51. Which class can be used to perform data type conversion between .NET data types and XML types ? A. XmlSettings B. XmlConvert C. XmlCast D. XmlType ✅ The correct answer is option B.
52. The technique that allow code to make function calls to .NET applications on other processes and on other machines is_____________? A. .NET Remoting B. .NET Threading C. .NET RMT D. None of these ✅ The correct answer is option B.
53. Custom Controls are derived from which of the classes_________________? A. Website B. WebForm C. Webfarm D. None of the above ✅ The correct answer is option C.
54. Select the validation control used for “PatternMatching”? A. RangeValidator B. PatternValidator C. RegularExpressionValidator D. FieldValidator ✅ The correct answer is option C.
55. Explain the significance of Server .MapPath ? A. Returns the Virtual Path of the web folder B. Maps the specified virtual path to Physical path C. Returns the physical file path that corresponds to virtual specified path D. All of the above ✅ The correct answer is option C.
56. Which of the following denote the property in every validation control ? A. ControlToValidate property B. Text property C. Both A and B D. None of these ✅ The correct answer is option C.
57. Whats is the significance of Response.ClearHeaders( ) ? A. Clears all the section value from rendered HTML File B. Clears the content of the Rendered page C. Clears all Headers from the buffer stream D. None of the above ✅ The correct answer is option C.
58. Suppose one wants to modify a SOAP message in a SOAP extension then how this can be achieved. Choose the correct option from below ? A. One must override the method ReceiveMessage B. One must override the method InitializeMethod C. Both A and B D. One must override the method ProcessMessage ✅ The correct answer is option A.
59. What class does the ASP.NET Web Form class inherit from by default ? A. System.Web.Form B. System.Web.UI.Form C. System.Web.GUI.Page D. System.Web.UI.Page ✅ The correct answer is option D.
60. Which of the following languages can be used to write server side scripting in ASP.NET? A. VB B. C-sharp C. Both A and B D. C++ ✅ The correct answer is option C.