PrepAway - Latest Free Exam Questions & Answers

You need to ensure that entities can be sent to the service as XML

You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an application. You
use Plain Old CLR objects (POCO) to model your entities.The application communicates with a
Windows Communication Foundation (WCF) Data Services service. You need to ensure that entities
can be sent to the service as XML. What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
Apply the virtual keyword to the entity properties

B.
Apply the [Serializable]

C.
Apply the [DataContract(lsReference = true)] attribute to the entities

D.
Apply the [DataContract(lsReference = false)] attribute to the entities

Explanation:
DataContractAttribute Specifies that the type defines or implements a data contract and is
serializable by a serializer, such as the DataContractSerializer. To make their type serializable, type
authors must define a data contract for their type.
IsReference Gets or sets a value that indicates whether to preserve object reference data.


Leave a Reply