.NET news » Remoting 
The Baker's Dozen: 13 Productivity Tips for Remoting in Visual Studio 2005
Remoting is a powerful technology for implementing distributed applications. Interfaces make it possible to access external code in a strongly-typed manner. Generics in Visual Studio 2005 simplify the process even further.
25 Jul 2006, 00:35:39 Source: The Baker's Dozen: 13 Productivity Tips for Remoting in...
Tags: Remoting
13 Productivity Tips for Remoting in Visual Studio 2005
13 Productivity Tips for Remoting in Visual Studio 2005
Remoting is an ideal approach for executing code that resides on another domain: remoting interfaces allow developers to program against a strongly-typed model of code outside the current project. Building a remoting solution requires more code and may initially appear more complicated than Web services, so this article de-mystifies remoting by presenting a walk-through of a simple remoting project.
20 Apr 2006, 19:00:00 Source: 13 Productivity Tips for Remoting in Visual Studio 2005
Tags: Remoting
A Simple Introduction to .NET Remoting
.NET remoting allows the development of distriubuted applications. It allows applications to use objects contained in other processes. We wil quickly look at the basics on how to set up a simple .NET remoting system.
1