Site Archives

Simple Singleton .NET Remoting with Serialization

Posted by Gandalf on August 2nd, 2006

.NET Remoting has two important concepts to master, the first is the MarshalByRefObject which is introduced in Simple Singleton .NET Remoting. The second is Serialization. MarshalByRefObject is a class that you derive from if you want a given class to stay put (in other words, the object will not move from where it […]