In .NET 3.5, I would like to create a custom attribute (say [NetDataMember]) that would switch the serialization behavior from DataContractSerializer to NetDataContractSerializer.
How do I remove XML namespaces from an object\'s XML representation serialized using DataContractSerializer?
I am writing a Sivlerlight Chat application using Sockets and the DataContractSerializer. I have a class hierarchy of serializable objects with the definitions shared between the Silverlight Client a
I\'m trying to transform some XML into HTML using XSLT. Problem: I can\'t get it to work. Can someone tell me what I\'m doing wrong?
I have application created using WCF and C#, it\'s architecture requires to add KnownTypes through App.config. I have services going like this:
We have a some objects that are exposed by WCF services (using wsHttpBinding) and serialized into XML.Here i开发者_开发技巧s an extract of one of them: