Project DescriptionLight weight remoting framework for both Mono.NET and Microsoft .NET.
RemotingLite is a light framework for writing distributed service oriented applications via remoting. It utilizes Reflection to create clientside proxies, and communication between clients and host is done via messages through TCP/IP.
The framework borrows ideas from Windows Communication Foundation, and can run on both the Microsoft .NET and Mono .NET runtimes. It has been tested in a mixed environment with Microsoft .NET runtime v. 2.0 and 3.0, and Mono .NET runtime v. 1.2.6.0.
More information and a user manual is available at
Sector 0.