I cannot manage to specify custom names for properties. I receive som开发者_运维百科e JSON from the server (which I cannot change) with some ugly property names. I\'d like the C# code to stick to nami
Consider the following: I have BizTalk project and inside it I have placed xsd schemas for messages.
Library shared between server and client contains interface : [ServiceContract(SessionMode=SessionMode.Required, CallbackContract=typeof(IClient))]
I\'m working with an XSD -> C# class parser which generates classes for our data model, which is to be shared between a WPF client and a Silverlight web-based portion.
I\'ve made a change to an object (added a class a开发者_开发百科ttribute) inside a web service and published the service. On a separate project, updating the web service reference (in Visual Studio) y
As a beginner to WCF i want to implement a call to the Active Directory Service which gets all Users, the method looks like this:
I have a webservice with a method that takes a parameter of abstract base type Specification<TDomainModel> as parameter. I realize that WCF don\'t know how to de-/serialize this without specifyi
Is there anyway one can separate the contract (data members) from the implementation (remaining methods used only by the serv开发者_开发百科ice internals) of a given class marked as DataContract in tw
I have a开发者_开发百科 WCF service and the result is a custom TimeSeries class defined as: [DataContract]
i have a problem with an object in my wcf project. I have lets say this object: [DataContract(Name=\"ClassA\")]