Is the COM architecture same as .Net architecture? What is
the difference between them?
Answer / chaitanya p deshpande
COM & .NET in essence exhibit the similar concept of black
box. However the significant difference lies in their
implementation. .NET is light weight whereas COM comes with
a added baggage.
Also, using COM interop you can comminicate between the
two. The diffefernce is similar to what we have between
manage code and un-manged code.
Is This Answer Correct ? | 4 Yes | 0 No |
Explain JIT activation?
Explain how to make a net component talk to a com component?
What is the new three features of COM+ services, which are not there in COM (MTS)
how to register dll in COM / COM+ application
How CCW and RCW is working?
What is the new three features of COM+ services, which are not there in COM (MTS) ?
Explain transaction atomicity?
Which namespace do the classes, allowing you to support COM functionality, are located?
What is integrity?
What happens when we instantiate a COM component ?
Explain loosely coupled events?
Define scalability?