Which tool is used to configure the port range and
protocols for DCOM communications?
Once I have developed the com wrapper do I have to still register the com in registry?
Which namespace do the classes, allowing you to support COM functionality, are located?
What happens when client calls CoCreateInstance?
What is reference counting in com?
how you call a dll as a COM dll.
When you call CoInitialize(NULL) function how it works internally.
Do COM keep track of all the object references(Accounting)?
How can would you create an instance of the object in COM
Explain JIT activation?
What is In-proc?
Which tool is used to configure the port range and protocols for DCOM communications?
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?