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 is finalize method in .net?
What versions of .net are there?
What is a .DLL and .EXE files called in .NET?
Difference between user groups and code groups
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
How to implement DataGrid in .NET?
How do you turn off cookies for one page in your site? Give an example.
Explain manifest & metadata.
Explain the difference between the stack and the heap?
Is it possible implement webservices without SOAP?
What is Garbage Collection in .Net and what is the Garbage collection process?
Explain what is the difference between constants and read-only variables?