GIAC
GSSP-NET · Question #210
You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2005 as its application development platform. You are creating a .NET remoting application using .NET Framework 2.0…
The correct answer is B. Use the SoapFormatter class. See the full explanation below for the reasoning.
Question
You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2005 as its application development platform. You are creating a .NET remoting application using .NET Framework 2.0. The object of the application will be shared by multiple applications. You want to use simple, modular, extensible, and XML-based protocol to exchange messages between remoting applications. What will you do to accomplish the task?
Options
- AUse the SOAP protocol.
- BUse the SoapFormatter class.
- CUse the BinaryFormatter class.
- DUse client activated objects.
How the community answered
(57 responses)- A2% (1)
- B84% (48)
- C9% (5)
- D5% (3)
Community Discussion
No community discussion yet for this question.