Is the COM architecture same as .Net architecture? What is
the difference between them?



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

Post New Answer

More COM+ Interview Questions

Explain JIT activation?

3 Answers  


Explain how to make a net component talk to a com component?

0 Answers  


What is the new three features of COM+ services, which are not there in COM (MTS)

1 Answers  


how to register dll in COM / COM+ application

1 Answers  


How CCW and RCW is working?

0 Answers  


What is the new three features of COM+ services, which are not there in COM (MTS) ?

3 Answers  


Explain transaction atomicity?

2 Answers  


Which namespace do the classes, allowing you to support COM functionality, are located?

1 Answers  


What is integrity?

0 Answers  


What happens when we instantiate a COM component ?

2 Answers   DELL,


Explain loosely coupled events?

1 Answers  


Define scalability?

2 Answers  


Categories