David Foderick's Blog - OnMaterialize()

Browse by Tags

All Tags » WCF (RSS)
Sorry, but there are no more tags available to filter with.
Debugging WCF Serialization issues
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...
Posted: Mar 12 2007, 07:50 PM by admin | with 3 comment(s)
Filed under:
Control WCF Serialization of Collections with IXmlSerializable
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...
Posted: Jan 18 2007, 06:56 PM by admin | with no comments
Filed under: