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



How do you make a NET component talk to a COM component?..

Answer / swapna

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.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More COM+ Interview Questions

Explain queued components?

1 Answers  


Explain how to register com+ services?

0 Answers  


What is com, com+ and dcom ?

0 Answers  


Define security?

1 Answers  


Define reliability?

1 Answers  






Disadvantages of COM components?

2 Answers   Microsoft,


What is Pinvoke?

0 Answers  


What is the new three features of COM+ services, which are not there in COM (MTS) ?

3 Answers  


Define object pooling?

0 Answers  


How to make a net component talk to a com component?

0 Answers  


Explain durability?

1 Answers  


What is scalability?

0 Answers  


Categories