Community discussion forum

XML Serialization in .NET

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

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

  • Advertisement

    Simply the fastest line-level profiler for .NET ever

    “The low overhead means it has minimal impact on the execution of my program”
    Mark Everest, Development Team Leader, Renault F1 Team Ltd.

    Try out the new ANTS Profiler 4 for yourself. Download your 14-day trial now

  • 5 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.

  • 3 years ago

    What does this have to do with raisins? I see no raisins.

  • 2 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#

  • 1 year 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).