Some .NET Examples

Here are two examples using serialization with files in .NET/C#. The first example write out the code in binary. The second example writes out the code using SOAP.

Here is an example of writing out to a file for mp3.

Here is an example of using Remoting on a single machine.