Question 241
You are creating an application for a help desk center. Calls must be handled in the same order in which they were received.
Which data structure should you use?
Question 242
You write the following code in your Web page:
protected void Page_Load
(object sender, EventArgs e)
{
/* additional code here */
}
You expect this code to be executed in response to the Load event of the ASP.NET page. However, when you request the page, you notice that the method is not executed.
What should you do to make sure that the Page_Load method is executed when the Load event of the Wep page is fired?
Question 243
HOTSPOT
You open the Internet Information Services 7.5 Manager console as shown in the following exhibit:
You need to examine the current configuration of the server W2008R2.
Use the drop-down menus to select the answer choice that answers each question. Each correct selection is worth one point.
Question 244
Which function does Simple Object Access Protocol (SOAP) provide when using Web services?
Question 245
Suppose that you are a new C# developer and are reviewing object-oriented programming fundamentals.
Which of the following statements is not true?

