Is the COM architecture same as .Net architecture? What is
the difference between them?
Answer Posted / 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 View All Answers
What happens when we instantiate a .NET component ?
Define object pooling?
What is integrity?
What is the difference between com architecture and .net architecture?
What is jit activation?
Optimization technique description ?
What is reliability?
What is manageability?
Explain how does you handle this com components developed in other programming languages in .net?
Is it true that COM objects no longer need to be registered on the server?
Define durability?
What are rcw?
What is security?
Define integrity?
Is com+ dead?