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 durability?
How to register com+ services?
Explain the new three features of com+ services, which are not there in com (mts)?
Explain how to register dll in com / com+ application?
what is the relational database of tables and forms
What is Pinvoke?
What are Interop Services?
Define durability?
How to make a net component talk to a com component?
What is com, com+ and dcom ?
What is ccw?
Optimization technique description ?
What is manageability?
What is jit activation?
Explain what are wrapper classes?