Can I use com components from .net programs?
Define and explain about COM?
What are the different compatibility types when we create a COM component?
Do COM keep track of all the object references(Accounting)?
how do you know it is general dll or com dll
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 should QueryInterface functions do if requested object was not found?
How to create an instance of the object in COM?
Can I use .net components from com programs?
what is mean by scintific,commercial and business applications? How they differ? Please answer me. Advance thanks.
Explain JIT activation?
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 is IUnknown? What methods are provided by IUnknown?