Select from following answers:- using System.Runtime.Serialization;

- using System.ServiceModel;
- using System.ServiceModel.Web
- All Above
using System.Runtime.Serialization namespace has all required objects that can be used to make an object serializable. In WCF, in order to expose the object or property as transportable, you need to use DataContract or DataMember
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator