What kind of components can be used as DCOM servers?
Answer / chandrasekharreddy siddamreddy
There are two kind components
1. InProc
2. OutProc
We can use both as DCOM servers, its upto our design.
| Is This Answer Correct ? | 1 Yes | 0 No |
Is dcom dead?
Once I have developed the com wrapper do I have to still register the com in registry?
How to create an instance of the object in COM?
can a COM interface be implemented by more than one COM class in the same COM component?
2 Answers Cap Gemini, Honeywell,
What is a moniker ?
What are the different compatibility types when we create a COM component?
How can would you create an instance of the object in 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?s the difference between aggregated and contained objects?
Futures of COM
What should QueryInterface functions do if requested object was not found?
Can you explain what is dcom?
Does .net replace com?