71. What is the transport protocol used to call a webservice ? A. TCP B. HTTP C. SMTP D. SOAP ✅ The correct answer is option D.
72. Common type system is built into which of the following? A. RCT B. GAC C. CLR D. RCW ✅ The correct answer is option C.
73. Where we can assign value to Static read only member variable of a static class ? A. Parameterized constructor B. On click of button C. Global.asax D. Default constructor ✅ The correct answer is option D.
74. It is best to use a web instead of a windows application when the application ? A. needs to be available to the public B. must be platform-independent C. has a thin front end (client) D. All of the above ✅ The correct answer is option D.
75. Which of the following allow writing formatted output ? A. Response.Output.Write() B. Response.Write() C. Both A and B D. None of these ✅ The correct answer is option A.
76. Suppose a .NET programmer wants to convert an object into a stream of bytes then the process is called ________________? A. Threading B. AppDomain C. RCW D. Serialization ✅ The correct answer is option D.
77. The GridView control in ASP.NET has which of the following features ? A. Automatic paging B. Automatic data binding C. Both A and B D. None of the above ✅ The correct answer is option C.
78. Which of the following is true ? A. IsPostBack is a readonly property of System.Web.UI.Page class B. IsPostBack is a method of System.UI.Web.Page class C. IsPostBack is a method of System.Web.UI.Page class D. None of these ✅ The correct answer is option C.
79. What is used to validate complex string patterns like an e-mail address ? A. Extended expressions B. Irregular expressions C. Regular expressions D. Basic expressions ✅ The correct answer is option C.
80. Which of the following method is used to obtain details about information types of assembly ? A. GetType B. GetTypes C. Both A and B D. None of these ✅ The correct answer is option C.