Dot Net Remoting Question:

What is boxing and unboxing?

Dot Net Remoting Interview Question
Dot Net Remoting Interview Question

Answer:

Box is used to convert Value type to reference type(ie.
Object)
Unboxing is the reverse of the boxing.


Previous QuestionNext Question
What do you mean by passport authentication and windows authentication?Explain Threading Types?