Answer Posted / rajeev
COM vs .NET Component
COM=Object based communication
.NET Component=Interface based communication
COM=Garbage Collector to manage memory
.NET Component=Reference count will be used to manage memory
COM=Type Standard objects
.NET Component=Binary Standard objects
COM=Objects are created by normal new operator
.NET Component=Objects are created by coCreateInstance
COM=Exceptions will be returned
.NET Component=HRESULT will be returned
COM=Object info resides in assembly files
.NET Component=Object info resides in Type library
| Is This Answer Correct ? | 7 Yes | 21 No |
Post New Answer View All Answers
Explain disadvantages of com components?
What is the difference between com architecture and .net architecture?
what is the relational database of tables and forms
Can .NET Framework components use the features of Component Services?
Optimization technique description ?
What is durability?
Explain the use of contextutil class?
What are loosely coupled events?
Define object pooling?
How to make a net component talk to a com component?
Is it true that COM objects no longer need to be registered on the server?
What is security?
What happens when we instantiate a .NET component ?
How to register com+ services?
Define integrity?