datacontract
Can I find out what WCF methods are supported on the endpoint before calling it?
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.[详细]
2022-12-31 18:26 分类:问答WCF DataContractSerializer Behavior
I\'m seeing some unusual behavior when using the DataContractSerializer. I have defined a message contract like so:[详细]
2022-12-30 20:44 分类:问答Why are we getting a WCF "Framing error" on some machines but not others
We have just found we are getting “framing errors” (as reported by the WCF logs) when running our system on some customer test machine.[详细]
2022-12-29 17:39 分类:问答Generate Entity Data Model from Data Contract
I would like to find a fast way to convert a Data Contract to a Entity Data Model. Consider the following Data Contract:[详细]
2022-12-27 19:07 分类:问答Silverlight WCF serialization DataContract(IsReference=true) problem
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[详细]
2022-12-27 11:27 分类:问答Datacontracts property getter running twice
I have a set of data contracts that act as wrappers to base classes that we wish to expose.A quick example is:[详细]
2022-12-27 07:26 分类:问答Any XmlSerialization Limitations in WCF (as opposed to DataContract)?
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.[详细]
2022-12-26 05:01 分类:问答Client WCF DataContract has empty/null values from service
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.[详细]
2022-12-24 01:48 分类:问答Why can't I use WCF DataContract and ISerializable on the same class?
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[详细]
2022-12-23 18:31 分类:问答WCF DataContract with readonly properties
开发者_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[详细]
2022-12-23 14:49 分类:问答