Answer Posted / hrindows@gmail.com
Marshaling is the process of transforming types in the managed and unmanaged code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
Explain the difference between managed and unmanaged code?
What do the terms “boxing” and “unboxing” mean?
What is the difference between boxing and unboxing?
What is marshling?
What is the purpose of enumerable class in .net?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
What is meant by managed and unmanaged code?
Tell me what is a “jagged array”?
How inheritance works in .net?
What is assemblies in .net?
How to Create and Consume a Web Service?
Explain asp.net?
Is there built-in support for tracing?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?