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
Explain how to register dll in com / com+ application?
What is security?
What is reliability?
What is com, com+ and dcom ?
Explain the disadvantages of com components?
Optimization technique description ?
What are rcw?
Explain the use of contextutil class?
What are Interop Services?
How to make a net component talk to a com component?
Define integrity?
What is scalability?
What is transaction atomicity?
What happens when we instantiate a .NET component ?
Define durability?