Posted by: Pdfprep
Post Date: February 18, 2021
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?
A . Use the BinaryFormatter class.
B . Use client activated objects.
C . Use the SoapFormatter class.
D . Use the SOAP protocol.
Answer: C