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 |
Define code access security (cas)?
What is lazy initialization?
What distributed process frameworks outside .NET do you know?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
What is strong-typing versus weak-typing? Which is preferred?
How will you register com+ services?
What is reflection and what is it for?
Explain what is the difference between response.redirect & server.transfer?
Explain what are the deferred execution and the immediate execution in linq?
Explain what relationship is between a process, application domain, and application?
Can we have same method with same name and signature using partial classes
What is CLR, CLS,CTS
4 Answers Deloitte, Vee Technologies,