How to make a NET component talk to a COM component?

Submitted by: Administrator
To enable the communication between COM and .NET
components, the .NET Framework generates a COM Callable
Wrapper (CCW).

The CCW enables communication between the calling COM code
and the managed code. It also handles conversion between
the data types, as well as other messages between the COM
types and the .NET types.
Submitted by: Administrator

Read Online COM+ Job Interview Questions And Answers