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
Explain disadvantages of com components?
What is integrity?
Define object pooling?
Define integrity?
What is scalability?
Explain how to register dll in com / com+ application?
What happens when we instantiate a .NET component ?
What is com, com+ and dcom ?
What is availability?
Explain how to make a net component talk to a com component?
Explain what are wrapper classes?
What is the difference between com architecture and .net architecture?
Define durability?
Optimization technique description ?
Explain how to register com+ services?