I am using DataContract to save my own tasks. I cannot find if it is possible to declare a namespace in the header of the file. I do it with openxml document, but I could not figure it out with datacontract.
I think it makjes the XML file heavier, and at least harder to read. I have th efollowing declaration a dozen time per file.
xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
Thank you