Answer Posted / 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 |
Post New Answer View All Answers
Explain Creational design pattern in .NET?
What is dot net architecture?
What is the use of gacutil.exe?
What are the collections you've used?
How does cas works?
What is the difference between user control an custom control? Advantages/disadvantages?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
Is .net a language?
How to instantiate a delegate?
What is finalize method in .net?
Define code access security (cas)?
Explain how to stop a thread?
How many types of generations are there in a garbage collector?
What are the main components in .net?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.