Doing asynchronous distributed request/response service calls without WCF

Posted by Ralf Westphal on ASP.net Weblogs See other posts from ASP.net Weblogs or by Ralf Westphal
Published on Mon, 15 Mar 2010 17:47:37 GMT Indexed on 2010/03/15 17:49 UTC
Read the original article Hit count: 380

In my previous blog post I hopefully was able to demonstrate how low the entry barrier is to asynchronous remote communication. It´s as easy as hosting a service like this    10   using ( var serverSpace = new CcrSpace ().ConfigureAsHost( "wcf.port=8000" ))    11 {    12      serverSpace.HostPort(    13                     ...(read more)

© ASP.net Weblogs or respective owner

Related posts about Application Architecture

Related posts about General Software Developm