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 |
What is In-proc?
What are the different compatibility types when we create a COM component?
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?
Explain transaction atomicity?
Which namespace do the classes, allowing you to support COM functionality, are located?
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?s the difference between aggregated and contained objects?
What is a moniker ?
How to Use structs in COM interfaces when Automation compatibility is not an issue?
Which tool is used to configure the port range and protocols for DCOM communications?
Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C?
How can would you create an instance of the object in COM
Can I use .net components from com programs?