nerdexam
GIAC

GSSP-NET · Question #296

Mark works as a Software Developer for ABC Inc. He is participating in designing a .NET remoting component for an application that will be hosted on a load-balanced farm. For this, he creates a .NET…

The correct answer is A. Use the Marshal-by-value objects. B. Use the SerializableAttribute attribute. See the full explanation below for the reasoning.

Question

Mark works as a Software Developer for ABC Inc. He is participating in designing a .NET remoting component for an application that will be hosted on a load-balanced farm. For this, he creates a .NET remote object using Visual Studio .NET 2005. The .NET remote object is used to modify properties of a class. The class contains twenty properties. The .NET remote object is frequently used by client applications. He wants to minimize the network traffic. Which of the following actions will he take to accomplish the task? Each correct answer represents a complete solution. Choose all that apply.

Options

  • AUse the Marshal-by-value objects.
  • BUse the SerializableAttribute attribute.
  • CUse the MarshalByRefObject class.
  • DUse the IDisposable interface.

How the community answered

(24 responses)
  • A
    75% (18)
  • C
    8% (2)
  • D
    17% (4)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice