Basic Dot Net Question:
Download Questions PDF

What is a formatter in .NET?

Answer:

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.

Download Dot Net Interview Questions And Answers PDF

Previous QuestionNext Question
What security measures exist for .NET Remoting in System.Runtime.Remoting?Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?