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 |
What are the different compatibility types when we create a COM component?
can a COM interface be implemented by more than one COM class in the same COM component?
2 Answers Cap Gemini, Honeywell,
How do you make a NET component talk to a COM component?
Explain JIT activation?
What is the use of com component in .net?
how you call a dll as a COM dll.
where can i use pmcmd commands of informatica
What is dcom?
What is the difference, if any, between OLE and COM?
What kind of components can be used as DCOM servers?
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?
How do we create dcom object in vb6?