Movatterモバイル変換


[0]ホーム

URL:


C# Tutorial
  1. C# Overview
  2. C# Language Basics
  3. C# Statements
  4. C# GUI
  5. C# Collections
  6. C# String
  7. C# File Operations
  8. C# Excel
  9. C# Crystal Reports
  10. C# Networking
  11. C# Threading
  12. C# Ado.Net
  13. C# Data Providers
  14. C# Dataset
  15. C# DataAdapater
  16. C# DataView
  17. C# Remoting
  18. C# XML
  19. C# DataGridView
  20. C# Advanced Concepts
  21. C# Advanced Programming

C# Remoting Tutorial

By:Rajesh P.S.

The .NET Remoting framework offers a flexible and abstract approach to interprocess communication, enabling communication between objects in different application domains or even across different machines. It provides a mechanism for interacting with remote objects without being tied to a specific client or server application domain or a particular communication protocol.

Distributed object communication

One of the key features of .NET Remoting is its support for distributed object communication over TCP (Transmission Control Protocol) and HTTP (Hypertext Transfer Protocol). It allows objects to be marshaled and transmitted across these transport protocols using either a binary or SOAP (Simple Object Access Protocol) representation of the data stream.

The .NET Remoting framework provides various services to facilitate the remote object communication process. These services include activation and lifetime support, ensuring that remote objects can be created and managed efficiently. Additionally, communication channels play a crucial role in transporting messages between remote applications. These channels handle the transmission of messages and ensure they reach their intended destinations.

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.

Conclusion

The .NET Remoting framework provides a powerful and flexible infrastructure for interprocess communication, enabling the creation of distributed applications with ease. It abstracts away the complexities of communication protocols and offers various services to manage object activation, lifetime, and message transportation.



  1. C# Remoting Architecture
  2. C# Remoting application
  3. C# Remotable Object
  4. C# Remote Listener Object
  1. C# Remote Client Object
  2. How to run Remote Application
  3. How to Remote Application Configuration
  4. How to Remote Activation
  5. How to Remoting Channels
  6. How to Remoting Formatters





[8]ページ先頭

©2009-2025 Movatter.jp