How do you make a NET component talk to a COM component?
Answer Posted / 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 View All Answers
What is scalability?
What are loosely coupled events?
Explain what are wrapper classes?
Explain disadvantages of com components?
What is the difference between com architecture and .net architecture?
What is jit activation?
Is it true that COM objects no longer need to be registered on the server?
What happens when we instantiate a .NET component ?
Explain how to register com+ services?
How to make a net component talk to a com component?
What is security?
What are Interop Services?
What is ccw?
Define jit activation?
Define integrity?