Ramon Smits

Tell me your secrets and i'll tell you mine

Browse by Tags

All Tags » WCF (RSS)
WCF and DateTime.Kind pitfall
At my job ( Company Webcast ) we have several API’s for our customers to use. One of those API’s allow webcasts to be created and modified and that interface has data containing dates. Our platform works with UTC date time’s as we are...
WCF and http (gzip/deflate) compression and Silverlight

The last couple of days I've tried to see if it was possible to make use of standard http compression on WCF services as I had very good experiences with WSE and even asmx webservices that used http compression to save bandwidth - but more important - and have better response times for large xml messages.

...
WCF and large messages
Today I got this nice InvalidOperationException: System.InvalidOperationException: There is an error in XML document (11, 11657). ---> System.Xml.XmlException: The maximum string content length quota (8192) has been exceeded while reading XML data...