Saturday, February 16th, 2008
Version 1.2 of the RemotingLite has now been released. Head on over to CodePlex to get the source and binary.
In this release
This release focuses on performance improvements. Up until version 1.1 the framework just used a BinaryFormatter to serialize an entire message to and from the service host. This is ...
Posted in .NET, Mono.NET, Programming, Remoting | No Comments »
Sunday, February 10th, 2008
Remote method invocation has always been an issue in software development, especially when writing distributed enterprise level applications.
The Microsoft .NET runtime supports remoting, webservices has been used for years, and with the advent of version 3.0 of the framework Microsoft introduced Windows Communication Foundation (WCF). WCF greatly simplifies writing distributed ...
Posted in .NET, Mono.NET, Programming, Remoting | No Comments »