Top "Datamember" questions

WCF DataMember attribute for read-only fields?

I am trying to create a class with a read-only Id field, however I am having problems retaining the value …

wcf datacontract datamember
Custom DataMember names to deserialize a JSON class

I cannot manage to specify custom names for properties. I receive some JSON from the server (which I cannot change) …

c# json datacontract datamember
WCF: is there an attribute to make parameters in the OperationContract required?

I use [DataMember(IsRequired=true)] to make the DataContract properties required. There doesn't seem to be some IsRequired for the …

asp.net wcf soapui datamember operationcontract
ID data member in c++ class

My teacher required us to create ID data member that's generated automatically, and once established it can’t be modified. …

c++ data-structures types datamember