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

How to register com+ services?

1 Answers  


What is use of ContextUtil class?

2 Answers  


Define durability?

1 Answers  


What happens when we instantiate a .NET component ?

1 Answers   DELL,


What are loosely coupled events?

1 Answers  


Disadvantages of COM components?

2 Answers   Microsoft,


What is scalability?

1 Answers  


What is transaction atomicity?

1 Answers  


Explain transaction atomicity?

2 Answers  


How CCW and RCW is working?

1 Answers  


Explain how does you handle this com components developed in other programming languages in .net?

1 Answers  


What is COM?

1 Answers  


Categories