What are the different compatibility types when we create a
COM component?
As follows:
No Compatibility
Project Compatibility
Binary Compatibility
| Is This Answer Correct ? | 4 Yes | 1 No |
Let?s assume we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C? What?s the difference between aggregated and contained objects?
What are the purposes of AddRef, Release and QueryInterface functions
Explain JIT activation?
When you call CoInitialize(NULL) function how it works internally.
What are queued components?
how you call a dll as a COM dll.
Can I use .net components from com programs?
Define and explain COM?
Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C?
What is the use of com component in .net?
Futures of COM
Explain queued components.