Tagged Questions
The data-contracts tag has no wiki summary.
18
votes
5answers
6k views
How do you configure WCF known types programmatically?
My client/server application is using WCF for communication, which has been great. However one shortcoming of the current architecture is that I must use known type configuration for certain ...
0
votes
1answer
362 views
Sharing Collection Data Contracts
I have some WCF services and have separated out the data contracts for these services into their own assembly. I then have a client of the services that references the data contracts assembly.
I have ...