Microsoft.NET 2.0 Question:
What is marshling?
Answer:
Marshaling performs the necessary conversions in data formats between managed and unmanaged code.CLR allows managed code to interoperate with unmanaged code usining COM Marshaler(Component of CLR)