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


  How to Remoting Formatters

Formatters are used for encoding and decoding the messages before they are transported by the Channel in .Net Remoting Framework.

The .Net Remoting Framework supports two types of Formatters

  1. Binary Formatter - System.Runtime.Serialization.Formatters.Binary

2. SOAP Formatter - System.Runtime.Serialization.Formatters.Soap

The data in binary Formatter has smaller size when compared to SOAP Formatter. The SOAP Formatter is an XML based cross platform text format , so it can be human readable. The data in a SOAP Formatter larger size when compared to Binary Formatter , so it can therefore reduce overall performance.

        
        
C# Tutorial




Csharp Remoting 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


   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.