Tag Archives: Data Contract Versioning

Version tolerance with WCF

As I stated earlier in a post; “WCF is version tolerant it does not have specific version support. It will adjust the data contracts according to what the client and service is expecting.” The IExtensibleDataObject is the key to have version tolerance. The Microsoft site states the following about this interface. The IExtensibleDataObject interface provides a single… Read More »