How can I put file content in XML?
I am using Linq to SQL and my table has an binary type colums. I want to store table rows as XML file. How can I achive this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can base64-encode the binary data to transmit it as text.
See Linq to XML (Base64 Encoded) and Linq to XML – way to write binary Data into XML.