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 |
Can .NET Framework components use the features of Component Services?
How to register com+ services?
How CCW and RCW is working?
Explain durability?
Explain role-based security?
How will you register com+ services?
Difference between .NET components and COM components?
What is COM?
What is the new three features of COM+ services, which are not there in COM (MTS)
Explain what are wrapper classes?
how to register dll in COM / COM+ application
Which namespace do the classes, allowing you to support COM functionality, are located?