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
What is availability?
What is com, com+ and dcom ?
What is reliability?
Explain how to register dll in com / com+ application?
what is the relational database of tables and forms
What happens when we instantiate a .NET component ?
Optimization technique description ?
Can .NET Framework components use the features of Component Services?
What is durability?
Is com+ dead?
how to register dll in COM / COM+ application
Define integrity?
Why we learn the 8085? Because we are in 21 century so why we learn 8085?
What are loosely coupled events?
What is transaction atomicity?