Answer Posted / virat sarswat
Correcting Rajeev's answer
COM vs .NET Component
.NET Component=Object based communication
COM=Interface based communication
.NET Component=Garbage Collector to manage memory
COM=Reference count will be used to manage memory
.NET Component=Type Standard objects
COM=Binary Standard objects
.NET Component=Objects are created by normal new operator
COM=Objects are created by coCreateInstance
.NET Component=Exceptions will be returned
COM=HRESULT will be returned
.NET Component=Object info resides in assembly files
COM=Object info resides in Type library
Is This Answer Correct ? | 23 Yes | 5 No |
Post New Answer View All Answers
Define jit activation?
Explain the use of contextutil class?
What is transaction atomicity?
Explain how to make a net component talk to a com component?
What is manageability?
Define object pooling?
Is the com architecture same as .net architecture?
What is jit activation?
What is the difference between com architecture and .net architecture?
What are loosely coupled events?
Explain how to register com+ services?
What are Interop Services?
What is com, com+ and dcom ?
Define integrity?
How to register com+ services?