Browse by Tags
All Tags »
WCF (
RSS)
Sorry, but there are no more tags available to filter with.
When serializing objects over WCF you might encounter the following not-so-helpful message. System.ServiceModel.CommunicationException : The underlying connection was closed: The connection was closed unexpectedly. And the Close method of your service...
WCF doesn't always serialize custom collections of objects the way that you would like. For example, a Family may have a collection of Members. public class SerializeObjectModel { [DataContract(Name = "Family")] public class Family { [DataMember...