Community discussion forum

XML Serialization in .NET

This is a comment thread discussing XML Serialization in .NET
  • 10 years ago

    This thread is for discussions of XML Serialization in .NET.

  • 6 years ago

    A good article for XML in .NET. This technology will truely standardize things, its a must for developers to learn and understand this.

  • 4 years ago
    What does this have to do with raisins? I see no raisins.
  • 3 years ago

    I have two text boxes in my .aspx form. At the click of a button I need to generate an xml with the following schema.

    <?xml version="1.0" encoding="utf-16"?>
    <ns0:Root xmlns:ns0="http://Demo123.Schm_In">
      <No_1>      Contents of textBox 1       </No_1>
      <No_2>      Contents of textBox 2       </No_2>
    </ns0:Root>



    Now i need to post this through hppt.

    Pls give me the code in C#

  • 2 years ago

    Fantastic Article!!

    Thank you so much for writing that article.  That was the first clearly stated explanation on serialization that I have come across and it helped me tremendously!

    Kudos to you my friend!

    Jason Z

Post a reply

Enter your message below

Sign in or Join us (it's free).

We'd love to hear what you think! Submit ideas or give us feedback