What is a formatter in .Net Remoting? - Remoting.NET

What is a formatter in .Net Remoting?

A formatter is an object that is responsible for encoding and serializing data into messages on one end, and deserializing and decoding messages into data on the other end.
.NET Remoting and Web services - Remoting.NET
.Net Remoting - Use remoting for more efficient exchange of information when you control both ends of the application....
Name the distributed systems available apart from .Net Remoting - Remoting.NET
.Net Remoting - Distributed Computing Environment/Remote Procedure Calls (DEC/RPC)....
Post your comment