Vagif Abilov's blog on .NET


Browse by Tags

All Tags » WCF » C# (RSS)
How to programmatically define known types in WCF
WCF behavior typically can be specified in three ways: using attributes, using configuration files and programmatically. Although KnownType concept also falls in this category, it is impossible to find any reference or example of how to define a WCF known...