The other day, a friend had an issue with a DataContract . He had an Entity Model that used DataContract serialization. The code, stripped down to its essence, had something like this: [DataContract] public partial class SomeClass { [DataMember] public...