Question 126
You create an ASP.NET Web Service that tracks the shipment of orders.
The Web service includes a class nemed StatusService, which contains the following method:
Public string GetStatus()
{
/* additional code here */
}
You note that you can instantiate the StatusService class from a Web service client project, but the GetStatus method is not available.
What could be the problem?
Question 127
Hotspot Question
For each of the following statements, select Yes if the statement is true.
Otherwise, select No. Each correct selection is worth one point.
Question 128
The purpose of the Finally section in an exception handler is to:
Question 129
Which of the following must exist to inherit attributes from a particular class?
Question 130
Your application includes a SqlDataAdapter object named sqlDataAdapter and an OleDbDataAdapter object named oledbdataAdapter.
You need to connect to the Employees table of a SQL Server database.
Your application also includes a DataSet object named dsEmployees.
You need to load the data from the database into the DataSet object.
You must select a solution that gives you the best performance.
Which of the following lines of code should you choose?

