Can I use .net components from com programs?
Answer / Priyanka Chauhan
Yes, it is possible to use .NET components in COM applications by exposing them as COM objects. To do this, you would need to create a COM-visible class and register it with the system registry.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does a DCOM component know where to instantiate itself?
C is aggregated by B, which in turn aggregated by A. Our client requested C. What will happen?
Can you explain what is dcom?
Explain Futures of COM?
Explain transaction atomicity?
how do you know it is general dll or com dll
What are queued components?
Explain JIT activation?
Do COM keep track of all the object references(Accounting)?
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 you call a dll as a COM dll.
Once I have developed the com wrapper do I have to still register the com in registry?