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 |
Difference between value type & reference types ?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
What are the features of UIP Application Block?
What is WSDL? Explain its architecture?
What are the different types of remote object creation mode in .net?
Explain about the Common Language Runtime?
Is there built-in support for tracing?
What is managed code execution?
Explain the difference between public and static modifiers?
What are the types of jit?
What is common language specification (cls)?
What is PageIndex in DataGrid?What is the event used in the Datagrid for while moving from one page to another page in the Grid?write code for it