Remoting Interface Remoting Client Remoting Server ========================= csc /t:library foreign.cs csc /r:foreign.dll remotingclient.cs csc /r:foreign.dll remotingserver.cs Run server and client applications in seperate console windows.