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 a delegate in .NET?

1 Answers  


What operating systems does the .net framework run on?

0 Answers  


Explain the Difference between value and reference type.

2 Answers   Infosys, Wipro,


What is the concept of inheritance and how it works in .net?

0 Answers  


Explain Different kinds of methods?

0 Answers   Wipro,






Explain assemblies in .net?

0 Answers  


How to create a key pair in .net?

0 Answers  


If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?

1 Answers  


Explain me difference between public and static modifiers?

0 Answers  


What is RPC? What is the use of it?

0 Answers   Accenture,


Define marshling?

0 Answers  


If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.

0 Answers  


Categories