.NET news » Remoting 
Advanced .NET Remoting, Second Edition
Authors: Ingo Rammer, Mario Szpuszta
Average rating: (43 reviews)
More .NET Remoting books
Test Driven Prototyping - Learning About .NET Remoting
Use test driven development processes to determine the issues affecting application architecture and design with regards to .NET remoting.
Simple sample for .NET Remoting
This article is for beginners
Optimizing Serialization in .NET
Provides code and techniques to enable developers to optimize serialization of data.
Remoting Event (Simple and efficient for enterprise solutions)
This article represents Remoting Event problems and solves all of them.
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
Two-way Remoting with Callbacks and Events, Explained
A demonstration of how separate applications on different machines are able to effectively communicate with one another.
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
.NET Remoting and Cross Domain Marshalling
An article about how to marshal a remote client request from one AppDomain to another.
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.

