I am trying to deserialize a json response from a google api, so i thought i would define a couple classes to help with it:
I\'m wondering if it is possible to have WCF make sure that the DataContracts on both sides of a connection are exactly the same (and throw an exception when trying to connect if they are not).
I have a WCF Service project in Visual Studio 2008 that contains about 12 methods, some of which return primitive types like bool or string. I also have a Visual Studio Unit Test Project that referenc
I have a simple class I\'m serializing. [DataContract(Name = \"Test\", Namespace = \"\")] public class Test
I really can\'t figure this one out! (if it\'s even possible). From a WCF service we are receiving product information. A product datacontract has some members that are defined as strings (but are act