70-554  Exam

Exam # of questions Description  Update
70-554 107 70-554... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

70-554 - Exam Information
  • Description: MCSD Microsoft .NET Skills to MCPD Enterprise Application Developer
  • Passing Score: 75%
  • Practice Test - Number of questions: 107 questions
  • Simulation Test - Number of questions: 107 questions
  • Simulation Test Duration: 90 minutes
  • Has explanations: No

Question of the day

Answer(s)

  1. client application must connect to a .NET Framework remoting class that is running in aWindows service that is deployed to a computer named APPSERVER1. The class is namedSimpleMathClass and it exists within a namespace named SimpleMath in an assembly namedSimpleMathLib. It is exposed through the TCP and it is configured with the objectUri attribute settoSimpleMath.rem. You write the following XML configuration settings in the App.config file of theclientapplication. You need to ensure that the client application can connect to the remoting class. What should youdo?A. Add the following XML configuration settings to the application element of the clientapplication'sApp.config file.
  2. Add the following XML configuration settings to the application element of the clientapplication'sApp.config file.
  3. Add the following XML configuration settings to the application element of the clientapplication'sApp.config file.
  4. Add the following XML configuration settings to the application element of the clientapplication'sApp.config file.
Correct Answer

Add the following XML configuration settings to the application element of the clientapplication'sApp.config file.