I am very confused about the DataContract attribute in WCF. As per my knowledge it is used for serializating user defined type like classes. I wrote one class which...
I can’t find the namespace to use for [DataContract] and [DataMember] elements. According to what I’ve found, it seems that adding the following should be enough, but in my...