What is a formatter?

Answers were Sorted based on User's Feedback



What is a formatter?..

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

What is a formatter?..

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

Post New Answer

More Dot Net General Interview Questions

What is finalize method in .net?

0 Answers  


What versions of .net are there?

0 Answers  


What is a .DLL and .EXE files called in .NET?

0 Answers   CitiusTech,


Difference between user groups and code groups

0 Answers  


What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

0 Answers  






How to implement DataGrid in .NET?

1 Answers   InfoPro,


How do you turn off cookies for one page in your site? Give an example.

0 Answers  


Explain manifest & metadata.

5 Answers   Wipro,


Explain the difference between the stack and the heap?

0 Answers  


Is it possible implement webservices without SOAP?

2 Answers   HCL,


What is Garbage Collection in .Net and what is the Garbage collection process?

4 Answers  


Explain what is the difference between constants and read-only variables?

0 Answers  


Categories