WCF Service – What is a KnownType?
In Windows Communication Foundation, a KnownType is the acceptable derived class for a given Data Contract. Using WCF Data Contract Known Types by Example For the purpose of understanding in this WCF Tutorial, lets take an example. Consider the following Data Contract classes having inheritance relationship as follows: [DataContract] public class UserAccount {}… Read More »