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
How CCW and RCW is working?
Is the com architecture same as .net architecture?
Explain what are wrapper classes?
What is jit activation?
Is com+ dead?
Optimization technique description ?
Why we learn the 8085? Because we are in 21 century so why we learn 8085?
Explain the disadvantages of com components?
Is it true that COM objects no longer need to be registered on the server?
Define durability?
Explain how does you handle this com components developed in other programming languages in .net?
What is ccw?
What is availability?
What are Interop Services?
What is scalability?