I have a versioning issue with a WCF service contract in which one of the many endpoints which are called for the operation is missing one method from the contract.
I\'m seeing some unusual behavior when using the DataContractSerializer. I have defined a message contract like so:
We have just found we are getting “framing errors” (as reported by the WCF logs) when running our system on some customer test machine.
I would like to find a fast way to convert a Data Contract to a Entity Data Model. Consider the following Data Contract:
I\'m have a Silverlight 3 UI that access WCF services which in turn access respositories that use NHibernate. To overcome some NHibernate lazy loading issues with WCF I\'m using my own DataContract su
I have a set of data contracts that act as wrappers to base classes that we wish to expose.A quick example is:
Is there anything I might regret later, i.e. any major limitations if we choose XmlSerialization instead of DataContract?Until now, we have embraced the schema first contract design.
I have a simple WCF service that returns the time from the server. I\'ve confirmed that data is being sent by checking with Fiddler. Here\'s the result object xml that my service sends.
I have a class that I need to be able to serialize to a SQLServer session variable and be available over a WCF Service. I have declared it as follows
开发者_Python百科I\'m trying to return a complex type from a service method in WCF. I\'m using C# and .NET 4. This complex type is meant to be invariant (the same way .net strings are). Furthermore, t