remoting

this is a nice remoting example. it is long so i will just put links to the pieces:

ChatCoordinator.cs is a shim class designed to allow handle the interface between the server and the client. a shim is used to allow the pieces to be updated separately.
With Line Numbers and Without Line Numbers

Server.cs is the server. it is a simple object designed to hold the ChatCoordinator object in memory.
With Line Numbers and Without Line Numbers

Client.cs is the client. it is a simple console application.
With Line Numbers and Without Line Numbers

Client.config is the client configuration file.
With Line Numbers and Without Line Numbers

Central.config is the server configuration file.
With Line Numbers and Without Line Numbers