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 |
Explain how do assemblies find each other?
String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12
What is the difference between a namespace and assembly name in .net?
Best Dot Net Center in Chennai ?
Explain code access security.
Which server tag comes from server when we submit any data
What are Attributes in .NET?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
How do you define the lease of the object in .net?
What do you mean by Driver Script?
Please explain the difference between constants and read-only variables?
asp mean