The Wayback Machine - https://web.archive.org/web/20110723001350/http://www.codeguru.com:80/csharp/csharp/cs_syntax/serialization/
Survey

    Serialization

    Remoting Chat Application

    The application is designed using .NET remoting framework 1.0. .NET remoting provides a very powerful framework for the distributed application.

    Serialization Part 2: Version-Tolerant Serialization

    Serialization introduced many powerful capabilities, but it also introduced problems as you refactor your objects to include new properties. Learn how the version-tolerant serialization included in the upcoming 2.0 Microsoft .NET Framework will help.

    Object Serialization Using .NET

    Explore how to utilize serialization in .NET.

    Uniquely Identifying Serialized Files with Managed C++

    In this week's .NET Tips & Techniques column, Tom Archer presents a step-by-step approach to uniquely identifying your serialized files using Managed Extensions, custom serialization, and GUIDs.

    C++ Tip: Serializing .NET Objects with Managed C++

    In this installment of the .NET Tips & Techniques column, learn how to serialize entire objects—as well as selected members—to and from disk using Managed C++ Extensions.

    Serialization/Deserialization in .NET

    Discover how to easily store and retrieve objects into a file, a database, or in an ASP session state.