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 Garbage Collection in .Net? Garbage collection process?
Explain what is reflection in microsoft .net context?
What are the Characteristics of .NET?
What is the difference between user control an custom control? Advantages/disadvantages?
Describe the Managed Execution Process
When we go for html server controls and when we go for web server controls?
Tell us the difference between the while and for loop. Provide a .net syntax for both loops?
Does .net supports destructors concept?
what will do to avoid prior case?
1 mor thing guyz....can i go for C# directly without C++ /JAVA knowledge for dot net ..???
Explain the difference between garbage collections in .net 4.0 and earlier versions?
Is it true that objects don't always get destroyed immediately when the last reference goes away?