What is a formatter?
Answers were Sorted based on User's Feedback
Answer / guest
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.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / niveditha
There's a great article over on DevX that covers the Stream
and Formatter architectures. It does so from a VB.NET point
of view, which is fine because the article is attempting to
teach people converting from VB6- to VB.NET to move away
from the proprietary VB file operations. In general, the
article is generic enough that the knowledge is applicable
in all languages and is definitely worth the read.
| Is This Answer Correct ? | 0 Yes | 1 No |
What are server controls?
What is an assembly? What are the different types of assemblies?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
What are the core differences between .NET Languages ?
Readonly vs. const?
. How .NET can support multiple languages?
Explain the garbage collection process?
What are the new features of Framework 1.1 ?
Name some of the languages .NET support?
What is the difference between a Hash Table and a Dictionary?
What is iis? Have you used it?
What are the differences between user control and server control?