We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 62,318 times

Contents

Downloads

Related Categories

XML Serialization in .NET - Introduction

t_o_p_ramen

Introduction

In the past, maintaining the state of an object in ASP often required some very inventive and painstaking code. In the brave new world of .NET, however, Object Serialization offers us a comparatively easy way to do just that, as well as some other useful tasks.

As a kid, I remember waking up on many a cold morning and stumbling into the kitchen with my eyes half-closed, looking forward to whatever Mom had prepared for breakfast, only to find an anticlimactic bowl of steaming hot just-add-boiling-water instant oatmeal waiting for me on the table. At least I wasn't like the more unfortunate kids whose mothers force-fed them that white silt of death, powdered milk. I am absolutely certain that something must go seriously awry in the dehydration process of milk because upon rehydration, that stuff is just plain nasty.

Be that as it may, I think that at least one of the developers involved in creating the .NET Framework must have been one of those abused children. I see powdered milk fingerprints all over some of the new data management techniques in .NET. Then again, in an age of dehydrated/rehydrated food products, what could be more logical than dehydrated/rehydrated data?

Anthony Hart has been working in IT since 1995. Currently, he is managing Oneirasoft, LLC, a consulting and software business. In his free time (if there is such a thing) he enjoys composing music and writing.

Comments

  • Re: [3827] XML Serialization in .NET

    Posted by damightyz on 09 Aug 2007

    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!

  • Re: [3827] XML Serialization in .NET

    Posted by vedics on 28 Jul 2006

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

  • Raisins

    Posted by dyfrgi on 14 Jan 2005

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

  • Good Article

    Posted by skeeterbug on 14 Jul 2003

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