Chapter 5. .NET Remoting for Synchronous Integration

Introduction

Microsoft .NET Remoting provides a framework that allows objects to interact with one another across application domains. The framework provides a number of services, including activation, lifetime support, and communication channels responsible for transporting messages to and from remote applications. Formatters are used for encoding and decoding the messages before they are transported by the channel. Applications can use binary encoding where performance is critical or XML encoding where interoperability with other frameworks that provide similar functionality is essential. One method of encoding is to use XML, which uses the SOAP protocol when transporting messages from one ...

Get Java EE and .Net Interoperability: Integration Strategies, Patterns, and Best Practices now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.