By tag: Remoting
0
kicks
Really simple .NET remoting with Castle
Simplified calls to remote services are among the most useful features of the Java Spring framework. In .NET, I use Castle for the application framework wiring and I was looking for something similar — it turns out that the remote proxy calls are incredibly simple with Castle as well.
0
kicks
Remoting Architecture in .NET
This is an in-depth, look at Remoting infrastructures in the Common Language Runtime and the .NET Framework. This study provides detailed information of the implementation of Remoting. I have givenonly a small description about each topic or else it eat up very huge number of pages. And since i am n...
0
kicks
.NET Remoting Use-Cases and Best Practices
Most people who don't know me personally assume that I value .NET Remoting above all other means of developing distributed applications. They might also assume that I'll use Remoting as a catch-all solution to any distributed application.
0
kicks
.NEt - Remoting
This article gives an introduction to remoting in .NET, and includes an example that walks the reader through the process of getting a remoting example up and running.