CSharp.Net-Informations.com
   Home      .Net Framework      VB.NET      C#                                                                      About


  Csharp Remoting Tutorial

The .NET Remoting provides an abstract approach to interprocess communication that separates the Remotable Object from a specific client or server application domain and from a specific mechanism of communication .The .NET Remoting supports Distributed Object communications over the TCP and HTTP transports by using Binary or SOAP representation of the data stream.

The .Net Remoting Framework provides a number of services, including activation and lifetime support, as well as communication channels responsible for transporting messages to and from remote applications.

The main three components of a Remoting Framework are :

1. C# Remotable Object

2. C# Remote Listener Application - (listening requests for Remote Object)

3. C# Remote Client Application - (makes requests for Remote Object)

From the following links you can see each components of .Net Remoting in detail.

        
        
C# Tutorial




Related Contents
*     C# Remoting Architecture
*     C# Remoting application
*     C# Remotable Object
*     C# Remote Listener Object
*     C# Remote Client Object
*     How to run Remote Application
*     How to Remote Application Configuration
*     How to Remote Activation
*     How to Remoting Channels
*     How to Remoting Formatters


   Home      VB.NET      C#
CSharp Related Topics
*     An overview of Microsoft CSharp
*     C# Language Tutorial
*     C# Statements Tutorial
*     C# Collection Tutorial
*     C# String Tutorial
*     C# File Operations Tutorial
*     C# Excel Tutorial
*     C# Crystal Reports Tutorial
*     CSharp Communication Tutorial
*     C# Ado.Net Tutorial and Source Code
*     C# ADO.NET data Providers Tutorial
*     C# Dataset Tutorial
*     C# DataAdapater Tutorial
*     Csharp DataView Tutorial
*     Csharp Remoting Tutorial
*     C# XML Tutorial
*     C# DataGridView Tutorial
   Home      VB.NET      C#
More Source Code :   
Mail to :  feedback@net-informations.com
  |  Home   |  VB.NET   |  C#   |  SiteMap   |  Terms of Use   |  About   |
net-informations.com (C) 2010
All Rights Reserved. All other trademarks are property of their respective owners.