A data contract is a formal agreement between a service and a client that abstractly describes the data to be exchanged.
I am using a Generic Class as a Response Data Contract. All is good and this is streamlining the design …
wcf dynamic naming datacontractI'm working on a kind of "store and forward" application for WCF services. I want to save the message in …
c# xml wcf datacontractI am working on the UI of an app using typescript. At the same time others work on providing me …
ajax validation datacontract typescriptIs there a generally accepted way to avoid having to use KnownType attributes on WCF services? I've been doing some …
c# wcf datacontract known-typeswhat is the difference between class without DataContract attributes: public class BankOperationResult { public int CurrentAmount { get; set; } public bool Success { …
wcf datacontractI have a WCF data contract with a bunch of properties of primitive types like int and decimal, and DateTime (…
wcf datacontract non-nullable isrequiredI have a WCF service method that expects an object and then retrieves its properties using reflection. On the client …
wcf anonymous-types datacontractserializer datacontractHow can I effectively serialize a property of type "Type" in my DataContract attributed class? I'm assuming that Type is …
c# .net serialization datacontractGood day everyone, I'm an independent game developer who has, in the past, primarily worked with XNA and, at the …
c# inheritance serialization overriding datacontractI understand what is the attribute property IsReference and what it is doing. But I don't understand why/when I …
wcf datacontract datacontractserializer