GIAC
GSSP-.NET · Question #247
(Topic 2) 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…
The correct answer is B. Use the SoapFormatter class. See the full explanation below for the reasoning.
Question
- (Topic 2)
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
(27 responses)- A7% (2)
- B70% (19)
- C15% (4)
- D7% (2)
Community Discussion
No community discussion yet for this question.